Skip to content

Commit

Permalink
Dunno how that got there
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 20, 2023
1 parent a73eb9e commit a9ecb70
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/modules/reagents/chemistry/reagents/alcohol_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2456,15 +2456,6 @@ All effects don't start immediately, but rather get worse over time; the rate is
M.stuttering = min(M.stuttering + 3, 3)
..()

/datum/reagent/consumable/ethanol/shock_wine/expose_mob(mob/living/M, method=TOUCH, reac_volume, show_message = 1)
if(method == TOUCH)
//simple mobs are so tanky and i want this to be useful on them
if(iscarbon(M))
reac_volume = reac_volume / 4
M.electrocute_act(reac_volume, src, siemens_coeff = 1, flags = SHOCK_NOSTUN|SHOCK_TESLA)
do_sparks(5, FALSE, M)
playsound(M, 'sound/machines/defib_zap.ogg', 100, TRUE)

/datum/reagent/consumable/ethanol/kortara
name = "Kortara"
description = "A sweet, milky alcoholic drink derived from fermented Korta Nut. This Kalixcian drink is enjoyed galaxywide, and frequently mixed with fruit juices and cocoa for extra refreshment."
Expand Down

0 comments on commit a9ecb70

Please sign in to comment.