Total Autodrobe Removal + Spawn locker buffs (#13724)

This commit is contained in:
WickedCybs
2022-05-06 13:57:00 +02:00
committed by GitHub
parent 87df296300
commit d29784f6aa
24 changed files with 75 additions and 187 deletions
@@ -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