ok
This commit is contained in:
@@ -67,7 +67,8 @@
|
|||||||
/obj/item/gun/energy/Destroy()
|
/obj/item/gun/energy/Destroy()
|
||||||
if(flags_1 & INITIALIZED_1)
|
if(flags_1 & INITIALIZED_1)
|
||||||
QDEL_NULL(cell)
|
QDEL_NULL(cell)
|
||||||
QDEL_LIST(ammo_type)
|
if(!(O.flags_1 & HOLOGRAM_1)) //holodeck stuff.
|
||||||
|
QDEL_LIST(ammo_type)
|
||||||
STOP_PROCESSING(SSobj, src)
|
STOP_PROCESSING(SSobj, src)
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
var/mob/living/carbon/human/H = C
|
var/mob/living/carbon/human/H = C
|
||||||
H.eye_color = old_eye_color
|
H.eye_color = old_eye_color
|
||||||
if(!special)
|
if(!special)
|
||||||
H.dna.species.handle_body()
|
H.dna.species.handle_body(H)
|
||||||
if(!special)
|
if(!special)
|
||||||
C.update_tint()
|
C.update_tint()
|
||||||
C.update_sight()
|
C.update_sight()
|
||||||
|
|||||||
Reference in New Issue
Block a user