mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
4538e2a7cc
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
11 lines
302 B
Plaintext
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
|