mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Total Autodrobe Removal + Spawn locker buffs (#13724)
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
C.set_occupant(victim, 1)
|
||||
victim.Sleeping(3)
|
||||
to_chat(victim, SPAN_NOTICE("You are slowly waking up from the cryostasis aboard [current_map.full_name]. It might take a few seconds."))
|
||||
to_chat(victim, FONT_LARGE("<b>Your workplace attire is waiting for you at the nearest autodrobe vendor.</b>"))
|
||||
return
|
||||
|
||||
/datum/spawnpoint/cyborg
|
||||
@@ -76,5 +75,4 @@
|
||||
if(!C.occupant)
|
||||
C.set_occupant(victim, 1)
|
||||
to_chat(victim, SPAN_NOTICE("You have arrived from the living quarters aboard the [current_map.full_name]."))
|
||||
to_chat(victim, FONT_LARGE("<b>Your workplace attire is waiting for you at the nearest autodrobe vendor.</b>"))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user