Files
CHOMPStation2/code/modules
Leshana 3900225f53 Fix custom items appearing in random space turfs
* If a custom item can't be equipped to a character's inventory it is dropped on the ground.  For late join characters, equip_custom_item() was called before the mob was placed at their starting locations; their coordinates were still 1,1,1.   Which is the edge of a map so they get bounced to another z level.
* Fix: Equip custom items AFTER job_master.LateSpawn places the mob at the starting location, so it flows in same order as roundstart join characters.
2017-03-01 17:51:32 -05:00
..
2017-02-26 14:28:44 +00:00
2017-02-26 09:17:03 -05:00
2017-02-10 00:14:10 +00:00
2017-02-25 09:49:24 -05:00
2017-02-21 19:21:32 -05:00
2017-02-20 18:28:31 -05:00
2017-02-23 18:24:13 -06:00
2017-01-18 17:47:38 -06:00