Makes hybrid the main sprite & prob(20) alt sprite

This commit is contained in:
DeAndre
2019-09-18 01:41:09 +02:00
parent 494d47cfec
commit b3843b60a9
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@
/obj/item/storage/bag/money/Initialize()
. = ..()
if(prob(20))
icon_state = "moneybagalt"
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.max_w_class = WEIGHT_CLASS_NORMAL
STR.max_items = 40