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

Co-authored-by: Jenny <ghosttehspychecka@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-22 12:12:04 -07:00
committed by GitHub
parent 275c3b0061
commit 09fa759bb2

View File

@@ -51,6 +51,8 @@
var/access = list() var/access = list()
access = ACCESS_CRATE_CASH access = ACCESS_CRATE_CASH
var/worth = 0 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) /obj/item/spacecasinocash/attackby(obj/item/W as obj, mob/user as mob)
if(istype(W, /obj/item/spacecasinocash)) if(istype(W, /obj/item/spacecasinocash))
@@ -215,6 +217,8 @@
gender = PLURAL gender = PLURAL
icon = 'icons/obj/casino.dmi' icon = 'icons/obj/casino.dmi'
icon_state = "spacecasinocash1" icon_state = "spacecasinocash1"
icon_scale_x = 0.5
icon_scale_y = 0.5
opacity = 0 opacity = 0
density = 0 density = 0
anchored = 0.0 anchored = 0.0