animal nom still don't work but runtimes are fixed

whatever
This commit is contained in:
Poojawa
2019-10-15 12:11:46 -05:00
parent 04b414f6b4
commit 1780f1addd
3 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -27,7 +27,7 @@
M.verbs += /mob/living/proc/insidePanel
//Tries to load prefs if a client is present otherwise gives freebie stomach
spawn(10 SECONDS) // long delay because the server delays in its startup. just on the safe side.
spawn(2 SECONDS) // long delay because the server delays in its startup. just on the safe side.
if(M)
M.init_vore()
@@ -84,7 +84,7 @@
return
feed_self_to_grabbed(user, pred)
if(pred == user) //you click yourself
else if(pred == user) //you click yourself
if(!is_vore_predator(src))
to_chat(user, "<span class='notice'>You aren't voracious enough.</span>")
return