Merge pull request #7724 from shazbot194/Honk

Adds in the Jolly Jug
This commit is contained in:
Fox McCloud
2017-07-12 23:26:51 -04:00
committed by GitHub
7 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -451,7 +451,8 @@
r_hand = /obj/item/weapon/twohanded/fireaxe
backpack_contents = list(
/obj/item/weapon/storage/box/survival = 1,
/obj/item/device/flashlight = 1
/obj/item/device/flashlight = 1,
/obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofbanana = 1
)
/datum/outfit/admin/tunnel_clown/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
+3 -1
View File
@@ -1423,7 +1423,9 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
/obj/item/clothing/mask/gas/mime,
/obj/item/clothing/head/beret,
/obj/item/clothing/suit/suspenders,
/obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofnothing)
/obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofnothing,
/obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofbanana
)
cost = 10
containertype = /obj/structure/closet/crate/secure
containername = "standard costumes"