Removes some from borgs too

This commit is contained in:
mochi
2021-11-13 10:40:42 +01:00
parent 52c47a071f
commit fd86eba8f6
@@ -165,6 +165,11 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
..()
add_robot_verbs()
// Remove inherited verbs that effectively do nothing for cyborgs, or lead to unintended behaviour.
verbs -= /mob/living/verb/lay_down
verbs -= /mob/living/verb/mob_sleep
verbs -= /mob/living/verb/resist
if(cell)
var/datum/robot_component/cell_component = components["power cell"]