Eggdate phase 1

This compiled so i hope travis doesnt bitch slap it
This commit is contained in:
Sharkmare
2019-01-20 01:01:18 +01:00
committed by GitHub
parent 58ab1bb11d
commit 8214fac5d4
+7 -4
View File
@@ -263,12 +263,15 @@
containertype = /obj/structure/closet/crate
containername = "Saddlebags crate"
/obj/structure/closet/secure_closet/egg/shark/secret
name = "Secret Egg"
desc = "There is no yolk"
/datum/supply_packs/costumes/wiggler
name = "Secret Egg"
contains = list(
/obj/structure/closet/secure_closet/egg/shark/secret
)
cost = 60
containertype = /obj/structure/closet/secure_closet/egg/shark
containername = "Top Secret Egg"
/datum/supply_packs/costumes/wiggler/initialize()
starts_with = list(pick(/obj/item/clothing/head/wiggler;0.1,/obj/structure/closet/secure_closet/egg/shark;0.9))
return ..()