Removing references to non-existent type path.

This commit is contained in:
MistakeNot4892
2022-08-12 20:30:58 +10:00
parent 1dd18306d7
commit 0a30302657
4 changed files with 1 additions and 19 deletions

View File

@@ -300,11 +300,6 @@
if(!MP)
return 0 //Sanity, this should never happen.
/*
if(ispath(MP, /mob/living/simple_animal/space_worm))
return 0 //Unfinished. Very buggy, they seem to just spawn additional space worms everywhere and eating your own tail results in new worms spawning.
*/
//Good mobs!
if(ispath(MP, /mob/living/simple_mob/animal/passive/cat))
return 1
@@ -327,6 +322,3 @@
//Not in here? Must be untested!
return 0

View File

@@ -21,6 +21,3 @@ GLOBAL_DATUM_INIT(tgui_notcontained_state, /datum/tgui_state/notcontained_state,
/mob/living/silicon/notcontained_can_use_tgui_topic(src_object)
return default_can_use_tgui_topic(src_object) // Silicons use default bevhavior.
/mob/living/simple_animal/drone/notcontained_can_use_tgui_topic(src_object)
return default_can_use_tgui_topic(src_object) // Drones use default bevhavior.