mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Cleans up revive related procs (#47025)
* Cleans up revive related procs * h * fuck * Fixes proc arguments * Further fixes * Unfucks line endings
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
else
|
||||
response = tgalert(target.current, "A devil is offering you another chance at life, at the price of your soul, do you accept?", "Infernal Resurrection", "Yes", "No", "Never for this round", 0, 200)
|
||||
if(response == "Yes")
|
||||
H.revive(1,0)
|
||||
H.revive(full_heal = TRUE, admin_revive = FALSE)
|
||||
log_combat(user, H, "infernally revived via contract")
|
||||
user.visible_message("<span class='notice'>With a sudden blaze, [H] stands back up.</span>")
|
||||
H.fakefire()
|
||||
|
||||
Reference in New Issue
Block a user