Fix: Cyborgs can now use defibs with other modules equipped (#38158)
* Adds a check to see if the user is a cyborg before referring to the offhand. * Update twohanded.dm * actually this is a bit more modular * Update twohanded.dm * Update twohanded.dm
This commit is contained in:
@@ -403,3 +403,6 @@
|
|||||||
|
|
||||||
/mob/living/silicon/is_literate()
|
/mob/living/silicon/is_literate()
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
/mob/living/silicon/get_inactive_held_item()
|
||||||
|
return FALSE
|
||||||
Reference in New Issue
Block a user