mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
|
max_duration = 60
|
||||||
|
|
||||||
/datum/surgery_step/robotics/repair_brute/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
/datum/surgery_step/robotics/repair_brute/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||||
if(..())
|
if(..())
|
||||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||||
if(istype(tool, /obj/item/weapon/weldingtool))
|
if(istype(tool, /obj/item/weapon/weldingtool))
|
||||||
var/obj/item/weapon/weldingtool/welder = tool //CHOMPEdit begin. Added damage check.
|
var/obj/item/weapon/weldingtool/welder = tool //CHOMPEdit begin. Added damage check.
|
||||||
if(affected.brute_dam == 0)
|
if(affected.brute_dam == 0)
|
||||||
to_chat(user, "<span class='notice'>There is no damage to the internal structure here!</span>")
|
to_chat(user, "<span class='notice'>There is no damage to the internal structure here!</span>")
|
||||||
return SURGERY_FAILURE
|
return SURGERY_FAILURE
|
||||||
|
|||||||
Reference in New Issue
Block a user