mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
/obj/item/stack/ammonia_crystals
|
|
name = "ammonia crystals"
|
|
singular_name = "ammonia crystal"
|
|
icon = 'icons/obj/stack_objects.dmi'
|
|
icon_state = "ammonia_crystal"
|
|
w_class = WEIGHT_CLASS_TINY
|
|
resistance_flags = FLAMMABLE
|
|
max_amount = 50
|
|
grind_results = list(/datum/reagent/ammonia = 10)
|
|
merge_type = /obj/item/stack/ammonia_crystals
|