customised_abstract_text - removed useless check, changed var (#23282)

* customiZed, removed check that is not needed

* one more typo

* fuck it this is right in brenglish

* not need /human here

* even better
This commit is contained in:
HMBGERDO
2023-11-24 15:36:24 +00:00
committed by GitHub
parent c1900f2d4f
commit 53f6b905e6
9 changed files with 11 additions and 38 deletions
+1 -4
View File
@@ -497,10 +497,7 @@
var/disabled = FALSE
var/force_when_disabled = 5 //still basically a metal pipe, just hard to move
/obj/item/shield/v1_arm/customised_abstract_text()
if(!ishuman(loc))
return
var/mob/living/carbon/human/owner = loc
/obj/item/shield/v1_arm/customised_abstract_text(mob/living/carbon/owner)
return "<span class='warning'>[owner.p_their(TRUE)] [owner.l_hand == src ? "left arm" : "right arm"] is covered in metal.</span>"
/obj/item/shield/v1_arm/emp_act(severity)