Skip to content

Commit

Permalink
Update code/modules/reagents/chemistry/reagents/alcohol.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Dimach <[email protected]>
  • Loading branch information
Vladisvell and Dimach authored Dec 8, 2023
1 parent 4079fbf commit ccb21ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/alcohol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@
/datum/reagent/consumable/ethanol/irishempbomb/on_mob_life(mob/living/M)
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 ccb21ae

Please sign in to comment.