Skip to content

Commit

Permalink
bugfix: fixed Irish EMP Bomb runtimes (ss220-space#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored and Etrnlmelancholy committed Jan 3, 2024
1 parent f0b3ec0 commit 950eb7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/reagents/chemistry/reagents/alcohol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2104,10 +2104,9 @@
taste_description = "electromagnetic impulse"

/datum/reagent/consumable/ethanol/irishempbomb/on_mob_life(mob/living/M)
var/update_flags = STATUS_UPDATE_NONE
update_flags |= M.Stun(1, FALSE)
M.Stun(1, FALSE)
do_sparks(5, FALSE, M.loc)
return ..() | update_flags
return ..()

/datum/reagent/consumable/ethanol/codelibre
name = "Code Libre"
Expand Down

0 comments on commit 950eb7e

Please sign in to comment.