mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
...
How in the heck did those lines become 4 spaces instead of one tab?
This commit is contained in:
@@ -152,10 +152,10 @@
|
||||
max_duration = 60
|
||||
|
||||
/datum/surgery_step/robotics/repair_brute/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
if(..())
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
if(istype(tool, /obj/item/weapon/weldingtool))
|
||||
var/obj/item/weapon/weldingtool/welder = tool //CHOMPEdit begin. Added damage check.
|
||||
if(..())
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
if(istype(tool, /obj/item/weapon/weldingtool))
|
||||
var/obj/item/weapon/weldingtool/welder = tool //CHOMPEdit begin. Added damage check.
|
||||
if(affected.brute_dam == 0)
|
||||
to_chat(user, "<span class='notice'>There is no damage to the internal structure here!</span>")
|
||||
return SURGERY_FAILURE
|
||||
|
||||
Reference in New Issue
Block a user