From 4f737e7c04517465561ca676536a9ea4e99d96d8 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 22 Mar 2016 21:06:21 -0400 Subject: [PATCH] binsult.ogg --- code/game/gamemodes/shadowling/shadowling.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/shadowling/shadowling.dm b/code/game/gamemodes/shadowling/shadowling.dm index c522bfd236d..853bcc5d12b 100644 --- a/code/game/gamemodes/shadowling/shadowling.dm +++ b/code/game/gamemodes/shadowling/shadowling.dm @@ -308,7 +308,8 @@ Made by Xhuis silent_steps = 1 /datum/species/shadow/ling/handle_life(var/mob/living/carbon/human/H) - if(!H.weakeyes) H.weakeyes = 1 //Makes them more vulnerable to flashes and flashbangs + if(!H.weakeyes) + H.weakeyes = 1 //Makes them more vulnerable to flashes and flashbangs var/light_amount = 0 H.nutrition = 450 //i aint never get hongry if(isturf(H.loc))