Spawning as someone who needs wheelchairs on the Odin spawns you in a wheelchair (#9637)

This commit is contained in:
Hockaa
2020-08-09 12:22:58 +02:00
committed by GitHub
parent 1cca560dda
commit 28aafc4589
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -494,6 +494,9 @@
var/list/spawn_in_storage = list()
to_chat(H,"<span class='notice'>You have ten minutes to reach the station before you will be forced there.</span>")
if(H.needs_wheelchair())
H.equip_wheelchair()
if(job)
//Equip custom gear loadout.
var/list/custom_equip_slots = list() //If more than one item takes the same slot, all after the first one spawn in storage.