mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 01:22:24 +00:00
Removing references to non-existent type path.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user