mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user