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:
san7890
2022-06-07 20:51:03 -04:00
committed by GitHub
parent 3fc95fdebf
commit 67676ba160
5 changed files with 81 additions and 130 deletions
+21
View File
@@ -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,
)