Lighting overhaul.

This commit overhauls the lighting system to Bay12 standards. It is better
in pretty much every way.
This commit is contained in:
Tigercat2000
2015-05-10 12:03:27 -07:00
parent 73838ac55d
commit e1249fc640
141 changed files with 1195 additions and 1449 deletions
+2 -2
View File
@@ -482,7 +482,7 @@
name = "Lantern Syndrome"
stage = 3
activate(var/mob/living/carbon/mob,var/multiplier)
mob.SetLuminosity(5)
mob.set_light(5)
mob << "<span class = 'notice'>You are glowing brightly!</span>"
@@ -866,7 +866,7 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon
name = "Lantern Syndrome"
stage = 2
activate(var/mob/living/carbon/mob,var/multiplier)
mob.SetLuminosity(4)
mob.set_light(4)
mob << "<span class = 'notice'>You are glowing!</span>"