Removes some inherited verbs from AIs

This commit is contained in:
mochi
2021-11-13 09:35:47 +01:00
parent 370c674200
commit 52c47a071f
+8
View File
@@ -172,6 +172,14 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
if(isturf(loc))
add_ai_verbs(src)
// Remove inherited verbs that effectively do nothing for AIs, or lead to unintended behaviour.
verbs -= /mob/living/verb/lay_down
verbs -= /mob/living/verb/mob_sleep
verbs -= /mob/living/verb/resist
verbs -= /mob/living/verb/stop_pulling1
verbs -= /mob/living/silicon/verb/pose
verbs -= /mob/living/silicon/verb/set_flavor
//Languages
add_language("Robot Talk", 1)