[MIRROR] Visible ghosts emit light (#877)
* Visible ghosts emit light * Update ghost.dm * Delete ghost.dm.rej
This commit is contained in:
committed by
kevinz000
parent
8fadc0e734
commit
afdf829abc
@@ -42,6 +42,7 @@
|
||||
. = ..()
|
||||
if(!random)
|
||||
give_hair()
|
||||
set_light(1, 2)
|
||||
else
|
||||
switch(rand(0,1))
|
||||
if(0)
|
||||
@@ -60,4 +61,4 @@
|
||||
ghost_facial_hair = mutable_appearance('icons/mob/human_face.dmi', "facial_[ghost_facial_hair_style]", -HAIR_LAYER)
|
||||
ghost_facial_hair.alpha = 200
|
||||
ghost_facial_hair.color = ghost_facial_hair_color
|
||||
add_overlay(ghost_facial_hair)
|
||||
add_overlay(ghost_facial_hair)
|
||||
|
||||
Reference in New Issue
Block a user