Stops the exponential hell of petsplosion happening more than once a round it turns out we didn't need 6000 mice

Reduces the lava event from "lets slay all idlers and stop all action for 2 minutes" to "lets greviously wound all idlers and stop all action for 30 seconds"

Makes summon magic/summon guns work fine without a mob attached, this prevents a runtime and some odd messages to the admins

Makes the inviciblity text jive better.
This commit is contained in:
Incoming
2014-09-14 03:36:38 -04:00
parent 28cf74fac8
commit a8737f8ae4
7 changed files with 14 additions and 19 deletions
+2 -2
View File
@@ -1820,11 +1820,11 @@
if("guns")
feedback_inc("admin_secrets_fun_used",1)
feedback_add_details("admin_secrets_fun_used","SG")
usr.rightandwrong(0)
rightandwrong(0, usr)
if("magic")
feedback_inc("admin_secrets_fun_used",1)
feedback_add_details("admin_secrets_fun_used","SM")
usr.rightandwrong(1)
rightandwrong(1, usr)
if("dorf")
feedback_inc("admin_secrets_fun_used",1)
feedback_add_details("admin_secrets_fun_used","DF")