Nerfs Plushie spam

increased to 15 seconds from 1 second
This commit is contained in:
VerySoft
2022-01-30 22:59:17 -05:00
parent acefa8827f
commit 1a2a8f4fdd
+1 -1
View File
@@ -945,7 +945,7 @@
else
searching = FALSE
if(world.time - last_message <= 1 SECOND)
if(world.time - last_message <= 15 SECONDS)
return
if(user.a_intent == I_HELP)
user.visible_message("<span class='notice'><b>\The [user]</b> hugs [src]!</span>","<span class='notice'>You hug [src]!</span>")