mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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)
|
||||
if (!user) return
|
||||
if(anchored)
|
||||
if(anchored) // Start CHOMPStation Edit
|
||||
if(hascall(src, "attack_self"))
|
||||
return src.attack_self(user)
|
||||
else
|
||||
to_chat ("This is anchored and you can't lift it.")
|
||||
return
|
||||
return // End CHOMPStation Edit
|
||||
if (hasorgans(user))
|
||||
var/mob/living/carbon/human/H = user
|
||||
var/obj/item/organ/external/temp = H.organs_by_name["r_hand"]
|
||||
|
||||
Reference in New Issue
Block a user