mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Stops shuttles from bringing background turfs with them. (#15580)
This commit is contained in:
@@ -81,6 +81,11 @@
|
||||
|
||||
become_hearing_sensitive()
|
||||
|
||||
/mob/proc/set_stat(var/new_stat)
|
||||
. = stat != new_stat
|
||||
if(.)
|
||||
stat = new_stat
|
||||
|
||||
/mob/show_message(msg, type, alt, alt_type)//Message, type of message (1 or 2), alternative message, alt message type (1 or 2)
|
||||
|
||||
if(!client) return
|
||||
|
||||
Reference in New Issue
Block a user