Files
Fluffy 4538e2a7cc Fix indentations (#17481)
* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
2023-10-05 10:15:58 +00:00

11 lines
302 B
Plaintext

/datum/evacuation_option
var/option_text = "Generic evac option"
var/option_desc = "do something that should never be seen"
var/option_target = "generic"
var/needs_syscontrol = FALSE
var/silicon_allowed = TRUE
var/abandon_ship = FALSE
/datum/evacuation_option/proc/execute(var/mob/user)
return