From 39d93654f48ca2cbbbcafe5f21b0d4982e9cbc5c Mon Sep 17 00:00:00 2001 From: Alffd Date: Sun, 25 Mar 2018 22:47:12 -0400 Subject: [PATCH] Remove stun --- code/LINDA/LINDA_turf_tile.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/LINDA/LINDA_turf_tile.dm b/code/LINDA/LINDA_turf_tile.dm index a1225a9b927..21ce7a69b0d 100644 --- a/code/LINDA/LINDA_turf_tile.dm +++ b/code/LINDA/LINDA_turf_tile.dm @@ -320,9 +320,6 @@ var/general_direction = get_edge_target_turf(src, direction) if(last_forced_movement + 10 < SSair.times_fired && is_valid_tochat_target(src)) //the first check prevents spamming throw to_chat to_chat(src, "The pressure sends you flying!") - if(ishuman(src)) - var/mob/living/carbon/human/H = src - H.Weaken(min(pressure_difference / 50, 2)) spawn() var/max_distance = 14 // reduce by one each calculation to prevent infinate loops. var/min_observed_pressure = INFINITY