mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Fix amputees picking up items, make sure viruses don't affect robotic limbs
This commit is contained in:
@@ -138,8 +138,11 @@
|
||||
var/obj/item/organ/external/temp = H.organs_by_name["r_hand"]
|
||||
if (user.hand)
|
||||
temp = H.organs_by_name["l_hand"]
|
||||
if(!temp)
|
||||
user << "<span class='warning'>You try to use your hand, but it's missing!"
|
||||
return 0
|
||||
if(temp && !temp.is_usable())
|
||||
user << "<span class='notice'>You try to move your [temp.name], but cannot!"
|
||||
user << "<span class='warning'>You try to move your [temp.name], but cannot!"
|
||||
return 0
|
||||
|
||||
if (istype(src.loc, /obj/item/weapon/storage))
|
||||
|
||||
Reference in New Issue
Block a user