mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 11:06:25 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user