Security non-lethal balance

This commit is contained in:
Yoshax
2017-02-13 15:49:35 +00:00
parent 5ea40be101
commit 3162c723d9
8 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
if(C.stat != DEAD)
var/safety = C.eyecheck()
if(safety <= 0)
var/flash_strength = 5
var/flash_strength = 10 //Vorestation edit, making flashes behave the same as flash rounds
if(ishuman(C))
var/mob/living/carbon/human/H = C
flash_strength *= H.species.flash_mod
@@ -0,0 +1,2 @@
/obj/item/device/flash
halloss_per_flash = 22