Action figure text fix

Removed a period.
So like
The Research Director action figure says "Blowing all of the borgs!".
is now
The Research Director action figure says "Blowing all of the borgs!"
And that goes for all of them now.
This commit is contained in:
Razgriz
2019-03-04 12:34:41 -07:00
committed by GitHub
parent 1d7bb493fd
commit 9b7d2bdece
+8 -2
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
@@ -746,7 +746,7 @@
/obj/item/toy/figure/paramedic
name = "Paramedic action figure"
desc = "A \"Space Life\" brand Paramedic action figure."
desc = "A \"Space Life\" brand space bounty hunter action figure."
icon_state = "paramedic"
toysay = "WHERE ARE YOU??"
@@ -755,6 +755,12 @@
desc = "A \"Space Life\" brand Emergency Response Team Commander action figure."
icon_state = "ert"
toysay = "We're probably the good guys!"
/obj/item/toy/figure/samus
name = "Space bounty hunter action figure"
desc = "A \"Space Life\" brand Emergency Response Team Commander action figure."
icon_state = "samus"
toysay = "The last greytide is in captivity. The station is at peace."
/*
* Plushies