mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-25 08:42:20 +00:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
/datum/evacuation_predicate/New()
|
|
return
|
|
|
|
/datum/evacuation_predicate/Destroy(forced)
|
|
if(forced)
|
|
return ..()
|
|
return QDEL_HINT_LETMELIVE
|
|
|
|
/datum/evacuation_predicate/proc/is_valid()
|
|
return FALSE
|
|
|
|
/datum/evacuation_predicate/proc/can_call(var/user)
|
|
return TRUE
|