synthetic
Vars | |
saved_screen | This is the screen that is given to the user after they get revived. On death, their screen is temporarily set to BSOD before it turns off, hence the need for this var. |
---|---|
screen | The innate action that synths get, if they've got a screen selected on species being set. |
Procs | |
bsod_death | Makes the IPC screen switch to BSOD followed by a blank screen |
switch_to_screen | Simple proc to switch the screen of a monitor-enabled synth, while updating their appearance. |
Var Details
saved_screen
This is the screen that is given to the user after they get revived. On death, their screen is temporarily set to BSOD before it turns off, hence the need for this var.
screen
The innate action that synths get, if they've got a screen selected on species being set.
Proc Details
bsod_death
Makes the IPC screen switch to BSOD followed by a blank screen
Arguments:
- transformer - The human that will be affected by the screen change (read: IPC).
- screen_name - The name of the screen to switch the ipc_screen mutant bodypart to. Defaults to BSOD.
switch_to_screen
Simple proc to switch the screen of a monitor-enabled synth, while updating their appearance.
Arguments:
- transformer - The human that will be affected by the screen change (read: IPC).
- screen_name - The name of the screen to switch the ipc_screen mutant bodypart to.