mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Tape Wizard, the distant cousin of the Paper Wizard [MDB IGNORE] (#19640)
* Tape Wizard, the distant cousin of the Paper Wizard (#73739) ## About The Pull Request Adds a new wizard costume and non magical variant, made exclusively from tape.  ## Why It's Good For The Game New unique nice looking thing = good Opens the door for more uses of an already niche mechanic  Roleplay. ## Changelog 🆑 add: Adds the tape wizard costume, both a real and fake variant add: Adds the costume behind the autodrobe contraband wire, and the real variant in the wiz den 🆑 * Tape Wizard, the distant cousin of the Paper Wizard --------- Co-authored-by: Thedragmeme <81540056+Draggeru@users.noreply.github.com>
This commit is contained in:
@@ -167,6 +167,14 @@
|
||||
/obj/item/clothing/suit/wizrobe/marisa/fake,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/costume/tape_wizard
|
||||
name = "tape wizard costume spawner"
|
||||
items = list(
|
||||
/obj/item/clothing/head/wizard/tape/fake,
|
||||
/obj/item/clothing/suit/wizrobe/tape/fake,
|
||||
/obj/item/staff/tape,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/costume/cutewitch
|
||||
name = "cute witch costume spawner"
|
||||
items = list(
|
||||
|
||||
@@ -27,6 +27,16 @@
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/clothing/glasses/regular(src)
|
||||
|
||||
/obj/item/storage/box/tape_wizard
|
||||
name = "Tape Wizard - Episode 23"
|
||||
desc = "A box containing the costume used by legendary entertainment icon 'Super Tape Wizard'. It got a little stuck on its way out."
|
||||
|
||||
/obj/item/storage/box/tape_wizard/PopulateContents()
|
||||
new /obj/item/clothing/head/wizard/tape/fake(src)
|
||||
new /obj/item/clothing/suit/wizrobe/tape/fake(src)
|
||||
new /obj/item/staff/tape(src)
|
||||
new /obj/item/stack/sticky_tape(src)
|
||||
|
||||
/obj/item/storage/box/fakesyndiesuit
|
||||
name = "boxed space suit and helmet"
|
||||
desc = "A sleek, sturdy box used to hold replica spacesuits."
|
||||
|
||||
@@ -537,6 +537,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
|
||||
inhand_icon_state = "broom"
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/staff/tape
|
||||
name = "tape staff"
|
||||
desc = "A roll of tape snugly attached to a stick."
|
||||
icon_state = "tapestaff"
|
||||
inhand_icon_state = "tapestaff"
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/staff/stick
|
||||
name = "stick"
|
||||
desc = "A great tool to drag someone else's drinks across the bar."
|
||||
|
||||
Reference in New Issue
Block a user