Skip to content

Commit

Permalink
dme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Sep 23, 2024
1 parent 0d281c3 commit bb0f806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/status_effects/debuffs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,6 @@
return

var/mob/living/carbon/carbon = owner
vomit(20, 0, VOMIT_STUN_TIME, 0, TRUE)
carbon.vomit(20, 0, 8 SECONDS, 0, TRUE)
carbon.adjustToxLoss(-3)
puke_counter = initial(puke_counter)
1 change: 1 addition & 0 deletions paradise.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2344,6 +2344,7 @@
#include "code\modules\mob\living\carbon\carbon.dm"
#include "code\modules\mob\living\carbon\carbon_defense.dm"
#include "code\modules\mob\living\carbon\carbon_defines.dm"
#include "code\modules\mob\living\carbon\damage_procs.dm"
#include "code\modules\mob\living\carbon\carbon_emote.dm"
#include "code\modules\mob\living\carbon\carbon_stripping.dm"
#include "code\modules\mob\living\carbon\death.dm"
Expand Down

0 comments on commit bb0f806

Please sign in to comment.