functional ![code/modules/surgery/organs/external/wings/functional_wings.dm 166](git.png)
Bodypart overlay of function wings, including open and close functionality!
Vars | |
open_feature_key | Feature render key for opened wings |
---|---|
wings_open | Are our wings currently open? Change through open_wings or close_wings() |
Procs | |
close_wings | Update our wingsprite to the closed wings variant |
open_wings | Update our wingsprite to the open wings variant |
Var Details
open_feature_key ![code/modules/surgery/organs/external/wings/functional_wings.dm 170](git.png)
Feature render key for opened wings
wings_open ![code/modules/surgery/organs/external/wings/functional_wings.dm 168](git.png)
Are our wings currently open? Change through open_wings or close_wings()
Proc Details
close_wings
Update our wingsprite to the closed wings variant
open_wings
Update our wingsprite to the open wings variant