mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 04:26:21 +01:00
I am a wizard, not a baboon brandishing a stick.
Any wizard bright enough to survive for five minutes was also bright enough to realize that if there was any power in demonology, then it lay with the demons. Using it for your own purposes would be like trying to beat mice to death with a rattlesnake.
This commit is contained in:
@@ -289,6 +289,30 @@
|
||||
crate_name = "wizard costume crate"
|
||||
crate_type = /obj/structure/closet/crate/wooden
|
||||
|
||||
/datum/supply_pack/costumes_toys/magicka
|
||||
name = "Proper Wizard Costume Crate"
|
||||
desc = "Up to four cremates take on a grand adventure to save their world from certain doom using the robes in this crate!"
|
||||
cost = 7000
|
||||
contraband = TRUE
|
||||
contains = list(/obj/item/staff,
|
||||
/obj/item/staff,
|
||||
/obj/item/staff,
|
||||
/obj/item/staff,
|
||||
/obj/item/clothing/shoes/sandal,
|
||||
/obj/item/clothing/shoes/sandal,
|
||||
/obj/item/clothing/shoes/sandal,
|
||||
/obj/item/clothing/shoes/sandal,
|
||||
/obj/item/clothing/suit/notwizrobe,
|
||||
/obj/item/clothing/head/notwizard,
|
||||
/obj/item/clothing/suit/notwizrobe/red,
|
||||
/obj/item/clothing/head/notwizard/red,
|
||||
/obj/item/clothing/suit/notwizrobe/yellow,
|
||||
/obj/item/clothing/head/notwizard/yellow,
|
||||
/obj/item/clothing/suit/notwizrobe/black,
|
||||
/obj/item/clothing/head/notwizard/black)
|
||||
crate_name = "proper wizard costume crate"
|
||||
crate_type = /obj/structure/closet/crate/wooden
|
||||
|
||||
/datum/supply_pack/costumes_toys/randomised/fill(obj/structure/closet/crate/C)
|
||||
var/list/L = contains.Copy()
|
||||
for(var/i in 1 to num_contained)
|
||||
|
||||
Reference in New Issue
Block a user