mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
Removed Hyperstaion Plushies
This Change removes all the hyperstation plushie spawns and their mentions in the code. (They are commented out but I recommend disabling __donator.dm & hyperstation\code\obj\plushes.dmi in the Dream Daemon load tree to avoid loading unnecessary files. (if I removed anyones plushie for the server please let me know and i will fix it)
This commit is contained in:
@@ -1,46 +1,46 @@
|
||||
/obj/item/toy/plush/mammal/winfre
|
||||
/*/obj/item/toy/plush/mammal/winfre
|
||||
desc = "An adorable stuffed toy of a pissed hyena. She looks unamused."
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "winfre"
|
||||
item_state = "winfre"
|
||||
attack_verb = list("cackled", "swirlie'd", "stepped on")
|
||||
attack_verb = list("cackled", "swirlie'd", "stepped on")*/
|
||||
|
||||
/obj/item/toy/plush/mammal/marilyn
|
||||
/*/obj/item/toy/plush/mammal/marilyn
|
||||
desc = "A cute stuffed fox toy. Now, about that sponge bath..."
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "marilyn"
|
||||
item_state = "marilyn"
|
||||
item_state = "marilyn"*/
|
||||
|
||||
/obj/item/toy/plush/mammal/winterbloo
|
||||
/*/obj/item/toy/plush/mammal/winterbloo
|
||||
name = "Will, the biggest dog"
|
||||
desc = "A plush made to look like a thick as hell shiba, looks a little bigger than average too."
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "winterbloo"
|
||||
item_state = "winterbloo"
|
||||
attack_verb = list("hugged", "cuddled", "embraced")
|
||||
attack_verb = list("hugged", "cuddled", "embraced")*/
|
||||
|
||||
/obj/item/toy/plush/lizardplushie/chris
|
||||
/*/obj/item/toy/plush/lizardplushie/chris
|
||||
name = "Chris Plushie"
|
||||
desc = "An adorable stuffed toy of an angry ashwalker. He even comes with his own little crusher!" // CHRIS CHRIS CHRIS!
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
gender = MALE
|
||||
icon_state = "chris"
|
||||
item_state = "chris"
|
||||
squeak_override = list('sound/weapons/plasma_cutter.ogg' = 1) // The sound the crusher uses is the same as the plasma cutter :P
|
||||
squeak_override = list('sound/weapons/plasma_cutter.ogg' = 1)*/ // The sound the crusher uses is the same as the plasma cutter :P
|
||||
|
||||
|
||||
//society has progressed past the need for Tania
|
||||
|
||||
/obj/item/toy/plush/mammal/grug
|
||||
/*/obj/item/toy/plush/mammal/grug
|
||||
name = "Grug S. Cavemannington Plushie"
|
||||
desc = " Everybody's favorite space faring caveman in plushie form. You feel an overwhelming urge to break things while holding it."
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "grug"
|
||||
item_state = "grug"
|
||||
attack_verb = list("thomped", "ook'd", "stoned")
|
||||
squeak_override = list('sound/voice/gorillaplush.ogg' = 1)
|
||||
squeak_override = list('sound/voice/gorillaplush.ogg' = 1)*/
|
||||
|
||||
/obj/item/toy/plush/mammal/winterdawn
|
||||
/*/obj/item/toy/plush/mammal/winterdawn
|
||||
name = "hyena plushie"
|
||||
desc = "An adorable stuffed toy of a mammal that seems to resemble a crew member! She's a little yeen in a big labcoat."
|
||||
gender = FEMALE //probably a girl
|
||||
@@ -51,9 +51,9 @@
|
||||
squeak_override = list(
|
||||
'modular_citadel/sound/voice/bark1.ogg' = 1,
|
||||
'modular_citadel/sound/voice/bark2.ogg' = 1
|
||||
)
|
||||
)*/
|
||||
|
||||
/obj/item/toy/plush/mammal/chemlight
|
||||
/*/obj/item/toy/plush/mammal/chemlight
|
||||
desc = "An adorable stuffed toy of a mammal that seems to resemble a crew member! It looks to glow and sport four arms."
|
||||
gender = MALE //he's a boy, right?
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
@@ -62,10 +62,10 @@
|
||||
light_color = "#CCFF33"
|
||||
light_power = 0.25
|
||||
light_range = 1.4
|
||||
attack_verb = list("bapped", "slapped", "bonked")
|
||||
attack_verb = list("bapped", "slapped", "bonked")*/
|
||||
|
||||
//Enzo_Leon patron stuff
|
||||
/obj/item/toy/plush/mammal/enzo_leon
|
||||
/*/obj/item/toy/plush/mammal/enzo_leon
|
||||
name = "rat plushie"
|
||||
desc = "An stuffed toy of a mammal that seems to resemble a crew member! Iconically it has a squeaker as you'd expect."
|
||||
gender = MALE //It's a boy!
|
||||
@@ -73,5 +73,7 @@
|
||||
icon_state = "enzor"
|
||||
item_state = "enzor"
|
||||
attack_verb = list("tail bapped", "whomped", "squeaked")
|
||||
squeak_override = list('sound/effects/mousesqueek.ogg'= 1)
|
||||
squeak_override = list('sound/effects/mousesqueek.ogg'= 1)*/
|
||||
//End
|
||||
|
||||
//Removed all donator plushes for Hyperstation Admins/players in this file.
|
||||
Reference in New Issue
Block a user