mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Toying Around With Concepts Beyond Comprehension- Abductor Plushies (#67592)
* Toying Around Concepts Beyond Comphrension - Abductor Plushies Hey there, AW LOOK AT THOSE LITTLE GUYS THEY'RE SO CUTE. Full credit to TehZombehz for the sprites. * forgot to add them to the arcade
This commit is contained in:
@@ -694,3 +694,24 @@
|
||||
attack_verb_continuous = list("slashes", "bites", "charges")
|
||||
attack_verb_simple = list("slash", "bite", "charge")
|
||||
squeak_override = list('sound/items/intents/Help.ogg' = 1)
|
||||
|
||||
/obj/item/toy/plush/abductor
|
||||
name = "abductor plushie"
|
||||
desc = "A plushie depicting an alien abductor. The tag on it is in an indecipherable language."
|
||||
icon_state = "abductor"
|
||||
inhand_icon_state = "abductor"
|
||||
attack_verb_continuous = list("abducts", "probes")
|
||||
attack_verb_continuous = list("abduct", "probe")
|
||||
squeak_override = list('sound/weather/ashstorm/inside/weak_end.ogg' = 1) //very faint sound since abductors are silent as far as "speaking" is concerned.
|
||||
|
||||
/obj/item/toy/plush/abductor/agent
|
||||
name = "abductor agent plushie"
|
||||
desc = "A plushie depicting an alien abductor agent. The stun baton is attached to the hand of the plushie, and appears to be inert. I wouldn't stay alone with it."
|
||||
icon_state = "abductor_agent"
|
||||
inhand_icon_state = "abductor_agent"
|
||||
attack_verb_continuous = list("abducts", "probes", "stuns")
|
||||
attack_verb_continuous = list("abduct", "probe", "stun")
|
||||
squeak_override = list(
|
||||
'sound/weapons/egloves.ogg' = 2,
|
||||
'sound/weapons/cablecuff.ogg' = 1,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user