How in the heck did those lines become 4 spaces instead of one tab?
This commit is contained in:
Victor Zisthus
2022-06-19 18:23:39 -04:00
parent 7e5cbb4efb
commit fd55a0f8d4

View File

@@ -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