Makes Toner Cartridges small (#90130)

## About The Pull Request

This pull request makes toner cartridges small-sized items. Normal,
large, and extreme toner cartridges are the same size but we can assume
it is futuristic printer companies pulling a pricing scheme rather than
anything supernatural.

## Why It's Good For The Game

Fixes #89987

## Changelog

🆑
fix: Toner cartridges are no longer larger than the airlock sprayer.
/🆑
This commit is contained in:
warbluke
2025-03-20 14:30:29 +01:00
committed by GitHub
parent 1ffa33dceb
commit 06a69cafba
+1
View File
@@ -663,6 +663,7 @@ GLOBAL_LIST_INIT(paper_blanks, init_paper_blanks())
desc = "A small, lightweight cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike."
icon = 'icons/obj/service/bureaucracy.dmi'
icon_state = "tonercartridge"
w_class = WEIGHT_CLASS_SMALL
grind_results = list(/datum/reagent/iodine = 40, /datum/reagent/iron = 10)
var/charges = 5
var/max_charges = 5