|
|
|
@@ -123,26 +123,29 @@
|
|
|
|
|
|
|
|
|
|
//Costume spawner landmarks
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/New() //costume spawner, selects a random subclass and disappears
|
|
|
|
|
|
|
|
|
|
var/list/options = typesof(/obj/effect/landmark/costume)
|
|
|
|
|
/obj/effect/landmark/costume/random/New() //costume spawner, selects a random subclass and disappears
|
|
|
|
|
. = ..()
|
|
|
|
|
var/list/options = (typesof(/obj/effect/landmark/costume) - /obj/effect/landmark/costume/random)
|
|
|
|
|
var/PICK= options[rand(1,options.len)]
|
|
|
|
|
new PICK(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
//SUBCLASSES. Spawn a bunch of items and disappear likewise
|
|
|
|
|
/obj/effect/landmark/costume/chicken/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/chickensuit(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/chicken(src.loc)
|
|
|
|
|
new /obj/item/reagent_containers/food/snacks/egg(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/gladiator/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/gladiator(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/helmet/gladiator(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/madscientist/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/gimmick/rank/captain/suit(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/flatcap(src.loc)
|
|
|
|
|
new /obj/item/clothing/suit/storage/labcoat/mad(src.loc)
|
|
|
|
@@ -150,6 +153,7 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/elpresidente/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/gimmick/rank/captain/suit(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/flatcap(src.loc)
|
|
|
|
|
new /obj/item/clothing/mask/cigarette/cigar/havana(src.loc)
|
|
|
|
@@ -157,11 +161,13 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/nyangirl/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/schoolgirl(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/kitty(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/maid/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/blackskirt(src.loc)
|
|
|
|
|
var/CHOICE = pick( /obj/item/clothing/head/beret , /obj/item/clothing/head/rabbitears )
|
|
|
|
|
new CHOICE(src.loc)
|
|
|
|
@@ -169,12 +175,14 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/butler/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/wcoat(src.loc)
|
|
|
|
|
new /obj/item/clothing/under/suit_jacket(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/that(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/scratch/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/gloves/color/white(src.loc)
|
|
|
|
|
new /obj/item/clothing/shoes/white(src.loc)
|
|
|
|
|
new /obj/item/clothing/under/scratch(src.loc)
|
|
|
|
@@ -183,11 +191,13 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/highlander/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/kilt(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/beret(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/prig/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/wcoat(src.loc)
|
|
|
|
|
new /obj/item/clothing/glasses/monocle(src.loc)
|
|
|
|
|
var/CHOICE= pick( /obj/item/clothing/head/bowlerhat, /obj/item/clothing/head/that)
|
|
|
|
@@ -199,16 +209,19 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/plaguedoctor/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/bio_suit/plaguedoctorsuit(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/plaguedoctorhat(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/nightowl/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/owl(src.loc)
|
|
|
|
|
new /obj/item/clothing/mask/gas/owl_mask(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/waiter/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/waiter(src.loc)
|
|
|
|
|
var/CHOICE= pick( /obj/item/clothing/head/kitty, /obj/item/clothing/head/rabbitears)
|
|
|
|
|
new CHOICE(src.loc)
|
|
|
|
@@ -216,6 +229,7 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/pirate/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/pirate(src.loc)
|
|
|
|
|
new /obj/item/clothing/suit/pirate_black(src.loc)
|
|
|
|
|
var/CHOICE = pick( /obj/item/clothing/head/pirate , /obj/item/clothing/head/bandana )
|
|
|
|
@@ -224,44 +238,52 @@
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/commie/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/soviet(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/ushanka(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/imperium_monk/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/imperium_monk(src.loc)
|
|
|
|
|
if(prob(25))
|
|
|
|
|
new /obj/item/clothing/mask/gas/cyborg(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/holiday_priest/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/holidaypriest(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/marisawizard/fake/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/head/wizard/marisa/fake(src.loc)
|
|
|
|
|
new/obj/item/clothing/suit/wizrobe/marisa/fake(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/cutewitch/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/under/sundress(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/witchwig(src.loc)
|
|
|
|
|
new /obj/item/twohanded/staff/broom(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/fakewizard/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/suit/wizrobe/fake(src.loc)
|
|
|
|
|
new /obj/item/clothing/head/wizard/fake(src.loc)
|
|
|
|
|
new /obj/item/twohanded/staff/(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/sexyclown/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/mask/gas/clown_hat/sexy(loc)
|
|
|
|
|
new /obj/item/clothing/under/rank/clown/sexy(loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|
|
|
|
|
|
/obj/effect/landmark/costume/sexymime/New()
|
|
|
|
|
. = ..()
|
|
|
|
|
new /obj/item/clothing/mask/gas/sexymime(src.loc)
|
|
|
|
|
new /obj/item/clothing/under/sexymime(src.loc)
|
|
|
|
|
qdel(src)
|
|
|
|
|