Removes last references to simple_animal

This commit is contained in:
Novacat
2022-09-10 16:53:32 -04:00
committed by CHOMPStation2
parent c05c3ea8d9
commit 06014fb014
4 changed files with 6 additions and 14 deletions

View File

@@ -382,13 +382,6 @@
. = TRUE
if(src in KA.modkits) // Sanity check to prevent installing the same modkit twice thanks to occasional click/lag delays.
return FALSE
// if(minebot_upgrade)
// if(minebot_exclusive && !istype(KA.loc, /mob/living/simple_animal/hostile/mining_drone))
// to_chat(user, "<span class='notice'>The modkit you're trying to install is only rated for minebot use.</span>")
// return FALSE
// else if(istype(KA.loc, /mob/living/simple_animal/hostile/mining_drone))
// to_chat(user, "<span class='notice'>The modkit you're trying to install is not rated for minebot use.</span>")
// return FALSE
if(denied_type)
var/number_of_denied = 0
for(var/A in KA.get_modkits())