Merge pull request #5819 from CHOMPStation2/Razgriz1032-patch-11

Make ticket printer smaller
This commit is contained in:
Razgriz
2023-02-27 17:13:36 -07:00
committed by GitHub
@@ -6,6 +6,7 @@
slot_flags = SLOT_BELT | SLOT_HOLSTER
var/print_cooldown = 1 MINUTE
var/last_print
w_class = ITEMSIZE_SMALL //CHOMP Add because something so small, trivial, and used for silly RP should not be practically gigantic.
/obj/item/device/ticket_printer/attack_self(mob/user)
. = ..()