mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
Fixes Tajaran spawning as humans.
This commit is contained in:
@@ -128,7 +128,10 @@
|
||||
spawn(30)
|
||||
src.eject_wait = 0
|
||||
|
||||
src.occupant = new /mob/living/carbon/human(src)
|
||||
if(istajaran(occupant))
|
||||
src.occupant = new /mob/living/carbon/human/tajaran(src)
|
||||
else
|
||||
src.occupant = new /mob/living/carbon/human(src)
|
||||
|
||||
occupant:UI = UI // set interface preference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user