Merge pull request #11210 from Ghommie/Ghommie-cit588

[s] Fixing an issue with slot machines crashing the server.
This commit is contained in:
kevinz000
2020-02-23 06:02:13 -07:00
committed by GitHub
6 changed files with 22 additions and 13 deletions
+1
View File
@@ -326,6 +326,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
var/cooldown = 0
var/value
var/coinflip
item_flags = NO_MAT_REDEMPTION //You know, it's kind of a problem that money is worth more extrinsicly than intrinsically in this universe.
/obj/item/coin/Initialize()
. = ..()