Merge pull request #15195 from DeltaFire15/med-revivalchem-nerf

Weakens chemistry's revival chems
This commit is contained in:
silicons
2022-03-13 14:24:57 -07:00
committed by GitHub
9 changed files with 89 additions and 42 deletions
+1 -1
View File
@@ -423,7 +423,7 @@
if((!req_defib && grab_ghost) || (req_defib && defib.grab_ghost))
H.notify_ghost_cloning("Your heart is being defibrillated!")
H.grab_ghost() // Shove them back in their body.
else if(H.can_defib())
else if(H.can_revive())
H.notify_ghost_cloning("Your heart is being defibrillated. Re-enter your corpse if you want to be revived!", source = src)
do_help(H, user)