mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds Dissolvable Cleaner Tablets (#18316)
* Update pill.dm * Update pill.dm * Update pill.dm * Update boxes.dm * Update boxes.dm * Add files via upload * Add files via upload * Update pill.dm * Update boxes.dm * Update code/modules/reagents/reagent_containers/pill.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update boxes.dm * Update pill.dm * Delete icons/obj/cleanertablet.dmi * Delete icons/obj/tabletcase.dmi * Update service.dm * Update loot.dm * Update loot.dm * Update pill.dm * Adds changelog --------- Signed-off-by: HanSolo1519 <72716882+HanSolo1519@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
af1f3851fb
commit
c8c1c2e62f
@@ -1238,6 +1238,16 @@
|
||||
. = ..()
|
||||
make_exact_fit()
|
||||
|
||||
/obj/item/storage/box/cleaner_tablets
|
||||
name = "\improper Idris cleaner tablets box"
|
||||
desc = "A box of advanced formula chemical tablets designed by Idris Incorporated."
|
||||
desc_extended = "A new generation of cleaning chemicals, according to Idris at least. The instructions on the box reads: \"Dissolve tablet fully in container of water\". A warning label mentions that you should not consume the tablets nor drink the mixture after dissolving them."
|
||||
illustration = "soapbucket"
|
||||
max_storage_space = 16
|
||||
starts_with = list(
|
||||
/obj/item/reagent_containers/pill/cleaner_tablet = 16
|
||||
)
|
||||
|
||||
/obj/item/storage/box/led_collars
|
||||
name = "box of LED collars"
|
||||
desc = "A box containing eight LED collars, usually worn around the neck of the voidsuit."
|
||||
@@ -1299,3 +1309,4 @@
|
||||
starts_with = list(
|
||||
/obj/item/reagent_containers/food/snacks/grown/konyang_tea/jaekseol = 7
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user