mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user