Minor Initialize fixes (#3138)

changes:

Fixed some missing hints for gibspawners and spiders.
Removed all duplicated lattices/catwalks from the map.
This commit is contained in:
Lohikar
2017-07-23 04:41:23 -05:00
committed by Erki
parent ff5cd35ef8
commit e06fa3c795
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
var/bloodcolor //Used for gibbed humans.
Initialize(mapload, list/viruses, datum/dna/MobDNA, fleshcolor, bloodcolor)
..()
. = ..()
if(fleshcolor) src.fleshcolor = fleshcolor
if(bloodcolor) src.bloodcolor = bloodcolor