Nextgen lighting #2: Lights

Can paint light tubes and bulbs with paint and stick in sockets to get colored lights.
This commit is contained in:
Chinsky
2014-06-18 20:38:33 +04:00
committed by ZomgPonies
parent 3fa03af4cb
commit fc76ac01e0
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -177,6 +177,11 @@ datum/reagent/paint
return
T.color = color
reaction_obj(var/obj/O, var/volume)
..()
if(istype(O,/obj/item/weapon/light))
O.color = color
red
name = "Red Paint"
id = "paint_red"