mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
First-aid Kit Define (#20874)
this PR changes the first-aid kit to use a define in the code. no player facing changes.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
/obj/item/storage/firstaid/empty
|
||||
desc = "It's a first-aid kit. Comes with nothing, so feel free to put your own stuff in it."
|
||||
max_storage_space = 16 // So empty first-aid kits don't start with less space than filled ones.
|
||||
max_storage_space = DEFAULT_BOX_STORAGE // So empty first-aid kits don't start with less space than filled ones.
|
||||
|
||||
/obj/item/storage/firstaid/regular
|
||||
starts_with = list(
|
||||
|
||||
Reference in New Issue
Block a user