mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
/datum/surgery/heal
|
||||
abstract = TRUE // don't need this popping up
|
||||
requires_organic_bodypart = TRUE
|
||||
/// A subtype of /datum/surgery_step/heal that this will invoke.
|
||||
var/healing_step_type
|
||||
possible_locs = list(BODY_ZONE_CHEST)
|
||||
@@ -180,7 +179,6 @@
|
||||
|
||||
/datum/surgery_step/heal/brute
|
||||
name = "tend wounds"
|
||||
damage_name_pretty = "wounds"
|
||||
brute_damage_healed = 5
|
||||
brute_damage_healmod = 0.07
|
||||
|
||||
|
||||
Reference in New Issue
Block a user