mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user