Skip to content

Commit

Permalink
😦
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCamIII committed Aug 12, 2023
1 parent 499a639 commit d1f43c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@
M.apply_effect(2.5, SUPERSLOW)
M.visible_message(SPAN_DANGER("[M]'s movements are slowed."))

var/no_clothes_neuro = FALSE
/*var/no_clothes_neuro = FALSE
if(ishuman(M))
var/mob/living/carbon/human/H = M
Expand All @@ -2438,7 +2438,7 @@
if(no_clothes_neuro)
if(M.knocked_down < 5)
M.adjust_effect(1 * power, WEAKEN) // KD them a bit more
M.visible_message(SPAN_DANGER("[M] falls prone."))
M.visible_message(SPAN_DANGER("[M] falls prone.")) */

/proc/apply_scatter_neuro(mob/M)
if(ishuman(M))
Expand Down

0 comments on commit d1f43c3

Please sign in to comment.