mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Merge pull request #2369 from Neerti/8/28/2016_cryo_fix
Fixes cryopods of all types not setting occupant correctly.
This commit is contained in:
@@ -638,8 +638,8 @@
|
||||
|
||||
return
|
||||
|
||||
/obj/machinery/cryopod/proc/set_occupant(var/occupant)
|
||||
occupant = occupant
|
||||
/obj/machinery/cryopod/proc/set_occupant(var/new_occupant)
|
||||
occupant = new_occupant
|
||||
name = initial(name)
|
||||
if(occupant)
|
||||
name = "[name] ([occupant])"
|
||||
|
||||
Reference in New Issue
Block a user