510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements

This commit is contained in:
Sood
2016-02-02 17:44:19 +01:00
parent 978fa98885
commit 31ac9f6a5b
153 changed files with 829 additions and 3044 deletions

View File

@@ -69,13 +69,7 @@
/obj/item/device/blinder/proc/flash(var/turf/T , var/mob/living/M)
playsound(get_turf(src), 'sound/weapons/flash.ogg', 100, 1)
var/eye_safety = 0
if(iscarbon(M))
var/mob/living/carbon/C = M
eye_safety = C.eyecheck()
if(eye_safety < 1)
flick("e_flash", M.flash)
M.flash_eyes(visual = 1)
if(issilicon(M))
M.Weaken(rand(5, 10))
@@ -190,4 +184,4 @@
new /obj/item/device/camera(get_turf(src.loc))
var/obj/item/stack/cable_coil/C = new (get_turf(user))
C.amount = 5
qdel(src)
qdel(src)