mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +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
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/giant_spider/Initialize(mapload, atom/parent)
|
||||
get_light_and_color(parent)
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/giant_spider/AttackingTarget()
|
||||
. = ..()
|
||||
|
||||
@@ -79219,7 +79219,7 @@ lZ
|
||||
mW
|
||||
aN
|
||||
aN
|
||||
nv
|
||||
lC
|
||||
nB
|
||||
mA
|
||||
mA
|
||||
|
||||
@@ -9914,7 +9914,7 @@ a
|
||||
a
|
||||
a
|
||||
a
|
||||
d
|
||||
e
|
||||
e
|
||||
e
|
||||
e
|
||||
@@ -10448,7 +10448,7 @@ h
|
||||
h
|
||||
h
|
||||
h
|
||||
G
|
||||
h
|
||||
a
|
||||
e
|
||||
a
|
||||
|
||||
@@ -23079,7 +23079,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
dr
|
||||
dx
|
||||
dr
|
||||
dr
|
||||
aa
|
||||
aa
|
||||
|
||||
Reference in New Issue
Block a user