mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Deletes the clown outfit from the game. (#11722)
This commit is contained in:
@@ -241,11 +241,6 @@
|
||||
new /obj/item/staff/(src.loc)
|
||||
delete_me = 1
|
||||
|
||||
/obj/effect/landmark/costume/sexyclown/New()
|
||||
new /obj/item/clothing/mask/gas/sexyclown(src.loc)
|
||||
new /obj/item/clothing/under/sexyclown(src.loc)
|
||||
delete_me = 1
|
||||
|
||||
/obj/effect/landmark/costume/sexymime/New()
|
||||
new /obj/item/clothing/mask/gas/sexymime(src.loc)
|
||||
new /obj/item/clothing/under/sexymime(src.loc)
|
||||
|
||||
@@ -200,7 +200,6 @@
|
||||
/obj/item/storage/box/fancy/cigarettes/dromedaryco,
|
||||
/obj/item/toy/bosunwhistle,
|
||||
/obj/item/clothing/mask/fakemoustache,
|
||||
/obj/item/clothing/mask/gas/clown_hat,
|
||||
/obj/item/clothing/mask/gas/mime,
|
||||
/obj/item/clothing/head/festive/santa,
|
||||
/obj/item/stack/material/animalhide/lizard,
|
||||
@@ -268,7 +267,6 @@
|
||||
/obj/item/device/flashlight/lantern,
|
||||
/obj/item/clothing/mask/balaclava,
|
||||
/obj/item/clothing/accessory/badge/old,
|
||||
/obj/item/clothing/mask/gas/clown_hat,
|
||||
/obj/item/clothing/mask/gas/mime,
|
||||
/obj/item/clothing/shoes/galoshes,
|
||||
/mob/living/simple_animal/lizard,
|
||||
@@ -311,7 +309,6 @@
|
||||
/obj/item/inflatable_duck,
|
||||
/obj/item/beach_ball,
|
||||
/obj/item/clothing/under/syndicate/tracksuit,
|
||||
/obj/item/clothing/under/rank/clown,
|
||||
/obj/item/clothing/under/mime,
|
||||
/obj/item/clothing/under/rank/fatigues/marine,
|
||||
/obj/item/clothing/under/rank/dress/marine,
|
||||
|
||||
@@ -113,12 +113,6 @@
|
||||
name = "adorned backpack"
|
||||
desc = "A backpack adorned with various decorations."
|
||||
|
||||
/obj/item/storage/backpack/clown
|
||||
name = "Giggles von Honkerton"
|
||||
desc = "It's a backpack made by Honk! Co."
|
||||
icon_state = "clownpack"
|
||||
item_state_slots = null
|
||||
|
||||
/obj/item/storage/backpack/medic
|
||||
name = "medical backpack"
|
||||
desc = "It's a backpack especially designed for use in a sterile environment."
|
||||
|
||||
@@ -422,7 +422,6 @@
|
||||
/obj/item/storage/backpack = 3,
|
||||
/obj/item/storage/backpack/holding = 0.5,
|
||||
/obj/item/storage/backpack/cultpack = 2,
|
||||
/obj/item/storage/backpack/clown = 2,
|
||||
/obj/item/storage/backpack/medic = 3,
|
||||
/obj/item/storage/backpack/security = 3,
|
||||
/obj/item/storage/backpack/captain = 2,
|
||||
@@ -805,7 +804,6 @@
|
||||
/obj/item/clothing/mask/balaclava = 0.75,
|
||||
/obj/item/clothing/mask/fakemoustache = 0.4,
|
||||
/obj/item/clothing/mask/gas = 1.25,
|
||||
/obj/item/clothing/mask/gas/clown_hat = 0.1,
|
||||
/obj/item/clothing/mask/gas/cyborg = 0.7,
|
||||
/obj/item/clothing/mask/gas/mime = 0.1,
|
||||
/obj/item/clothing/mask/gas/old = 0.75,
|
||||
@@ -820,7 +818,6 @@
|
||||
/obj/item/clothing/mask/smokable/cigarette/cigar/cohiba = 0.7,
|
||||
/obj/item/clothing/mask/smokable/pipe/cobpipe = 0.5,
|
||||
/obj/item/clothing/shoes/carp = 0.5,
|
||||
/obj/item/clothing/shoes/clown_shoes = 0.1,
|
||||
/obj/item/clothing/shoes/combat = 0.2,
|
||||
/obj/item/clothing/shoes/cyborg = 0.4,
|
||||
/obj/item/clothing/shoes/galoshes = 0.6,
|
||||
@@ -838,7 +835,6 @@
|
||||
/obj/item/clothing/under/mime = 0.1,
|
||||
/obj/item/clothing/under/overalls = 1,
|
||||
/obj/item/clothing/under/rainbow = 0.9,
|
||||
/obj/item/clothing/under/rank/clown = 0.1,
|
||||
/obj/item/clothing/under/syndicate/tacticool = 0.4,
|
||||
/obj/item/clothing/under/syndicate/tracksuit = 0.2,
|
||||
/obj/item/device/firing_pin = 0.3,
|
||||
@@ -1254,7 +1250,6 @@
|
||||
/obj/item/grenade/fake = 1,
|
||||
/obj/item/bikehorn = 11,
|
||||
/obj/item/clothing/mask/fakemoustache = 11,
|
||||
/obj/item/clothing/mask/gas/clown_hat = 11,
|
||||
/obj/item/clothing/mask/gas/mime = 11,
|
||||
/obj/item/clothing/shoes/carp = 9,
|
||||
/obj/item/gun/energy/wand/toy = 5,
|
||||
|
||||
Reference in New Issue
Block a user