mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +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:
@@ -80,7 +80,7 @@
|
||||
A.adjustBruteLoss(-1, 0)
|
||||
A.updatehealth()
|
||||
if(A.health >= 0 && A.stat == DEAD)
|
||||
A.revive()
|
||||
A.revive(full_heal = FALSE, admin_revive = FALSE)
|
||||
// Finished restoring
|
||||
if(A.health >= 100)
|
||||
ai_slot.locked = FALSE
|
||||
@@ -119,4 +119,4 @@
|
||||
|
||||
/datum/computer_file/program/aidiag/kill_program(forced)
|
||||
restoring = FALSE
|
||||
return ..(forced)
|
||||
return ..(forced)
|
||||
|
||||
Reference in New Issue
Block a user