mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user