Merge pull request #478 from Razgriz1032/Razgriz1032-Action-Figure-Text-Fix

Action figure text fix
This commit is contained in:
Vollybally
2019-03-04 23:13:20 -05:00
committed by GitHub
+1 -1
View File
@@ -519,7 +519,7 @@
/obj/item/toy/figure/attack_self(mob/user as mob)
if(cooldown < world.time)
cooldown = (world.time + 30) //3 second cooldown
user.visible_message("<span class='notice'>The [src] says \"[toysay]\".</span>")
user.visible_message("<span class='notice'>The [src] says \"[toysay]\"</span>")
playsound(user, 'sound/machines/click.ogg', 20, 1)
/obj/item/toy/figure/cmo