No painting ghosts!

Holograms can be coloured, though
This commit is contained in:
RKF45
2015-02-07 23:59:34 +01:00
parent 5fc1ae395d
commit db6ff13f5f
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -1592,13 +1592,13 @@ datum
reaction_obj(var/obj/O, var/volume)
..()
if(istype(O,/obj) && !istype(O,/obj/item/weapon/reagent_containers))
//painting glasses would just be a headache
if(istype(O,/obj))
O.color = color
reaction_mob(var/mob/M, var/method=TOUCH, var/volume)
..()
if(istype(M,/mob))
if(istype(M,/mob) && !istype(M,/mob/dead))
//painting ghosts: not allowed
M.color = color