Fixes a regression about skeleton pirates not having milk bottles. (#61217)

* Fixes a regression about skeleton pirates not having milk bottles.

* aaaa
This commit is contained in:
Ghom
2021-09-04 23:00:37 +02:00
committed by GitHub
parent 9142ae4733
commit 1325c3b6c2
4 changed files with 24 additions and 25 deletions
+8
View File
@@ -28,3 +28,11 @@
new /obj/item/coin/gold(src)
new /obj/item/coin/gold(src)
new /obj/item/coin/adamantine(src)
///Used in the dutchmen pirate shuttle.
/obj/item/storage/bag/money/dutchmen/PopulateContents()
for(var/iteration in 1 to 9)
new /obj/item/coin/silver/doubloon(src)
for(var/iteration in 1 to 9)
new /obj/item/coin/gold/doubloon(src)
new /obj/item/coin/adamantine/doubloon(src)
+11
View File
@@ -518,4 +518,15 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
to_chat(user,"<span class='bounty'>[SSeconomy.inflation_value()] is the inflation value.</span>")
return TRUE//did the coin flip? useful for suicide_act
///Coins used in the dutchmen money bag.
/obj/item/coin/silver/doubloon
name = "doubloon"
/obj/item/coin/gold/doubloon
name = "doubloon"
/obj/item/coin/adamantine/doubloon
name = "doubloon"
#undef ORESTACK_OVERLAYS_MAX