mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user