[MIRROR] Makes poker chips half scale (#11725)

Co-authored-by: Jenny <ghosttehspychecka@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-22 21:12:04 +02:00
committed by GitHub
co-authored by Jenny
parent 275c3b0061
commit 09fa759bb2
+4
View File
@@ -51,6 +51,8 @@
var/access = list()
access = ACCESS_CRATE_CASH
var/worth = 0
icon_scale_x = 0.5
icon_scale_y = 0.5
/obj/item/spacecasinocash/attackby(obj/item/W as obj, mob/user as mob)
if(istype(W, /obj/item/spacecasinocash))
@@ -215,6 +217,8 @@
gender = PLURAL
icon = 'icons/obj/casino.dmi'
icon_state = "spacecasinocash1"
icon_scale_x = 0.5
icon_scale_y = 0.5
opacity = 0
density = 0
anchored = 0.0