Skip to content

Commit

Permalink
bugfix: capulettium fakedeath (#5424)
Browse files Browse the repository at this point in the history
* fix

* zwei :catrose:

* а, забыл и тут убрать
  • Loading branch information
Antoonij authored Jul 12, 2024
1 parent ef03320 commit 8b2a174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/reagents/chemistry/reagents/toxins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,9 @@
M.AdjustEyeBlurry(20 SECONDS)
return ..() | update_flags

/datum/reagent/capulettium/on_mob_delete(mob/living/M)
fakerevive(M)
..()

/datum/reagent/capulettium_plus
name = "Capulettium Plus"
Expand All @@ -1214,8 +1217,7 @@
return ..()

/datum/reagent/capulettium_plus/on_mob_delete(mob/living/M)
if(HAS_TRAIT(M, TRAIT_FAKEDEATH))
fakerevive(M)
fakerevive(M)
..()

/datum/reagent/toxic_slurry
Expand Down

0 comments on commit 8b2a174

Please sign in to comment.