mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update items.dm
Added chompstation comments.
This commit is contained in:
@@ -222,12 +222,12 @@
|
|||||||
|
|
||||||
/obj/item/attack_hand(mob/living/user as mob)
|
/obj/item/attack_hand(mob/living/user as mob)
|
||||||
if (!user) return
|
if (!user) return
|
||||||
if(anchored)
|
if(anchored) // Start CHOMPStation Edit
|
||||||
if(hascall(src, "attack_self"))
|
if(hascall(src, "attack_self"))
|
||||||
return src.attack_self(user)
|
return src.attack_self(user)
|
||||||
else
|
else
|
||||||
to_chat ("This is anchored and you can't lift it.")
|
to_chat ("This is anchored and you can't lift it.")
|
||||||
return
|
return // End CHOMPStation Edit
|
||||||
if (hasorgans(user))
|
if (hasorgans(user))
|
||||||
var/mob/living/carbon/human/H = user
|
var/mob/living/carbon/human/H = user
|
||||||
var/obj/item/organ/external/temp = H.organs_by_name["r_hand"]
|
var/obj/item/organ/external/temp = H.organs_by_name["r_hand"]
|
||||||
|
|||||||
Reference in New Issue
Block a user