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
|
||||
)
|
||||
|
||||
|
||||
@@ -119,6 +119,7 @@
|
||||
/obj/item/storage/box/lights/colored/yellow = 0.1,
|
||||
/obj/item/storage/box/lights/coloredmixed = 0.2,
|
||||
/obj/item/storage/box/masks = 0.5,
|
||||
/obj/item/storage/box/cleaner_tablets = 0.4,
|
||||
/obj/item/storage/box/mousetraps = 0.3,
|
||||
/obj/item/storage/box/pineapple = 0.1,
|
||||
/obj/item/storage/box/smokebombs = 0.1,
|
||||
@@ -161,6 +162,7 @@
|
||||
/obj/item/device/synthesized_instrument/violin = 0.1,
|
||||
/obj/item/device/synthesized_instrument/guitar = 1,
|
||||
/obj/item/device/synthesized_instrument/trumpet = 0.25,
|
||||
/obj/item/reagent_containers/pill/cleaner_tablet = 0.6,
|
||||
/obj/item/storage/box/fancy/food/pralinebox = 0.1
|
||||
)
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
new /obj/item/taperoll/custodial(src)
|
||||
new /obj/item/storage/box/lights/mixed(src)
|
||||
new /obj/item/storage/box/mousetraps(src)
|
||||
new /obj/item/storage/box/cleaner_tablets(src)
|
||||
|
||||
// Away Ship/Site Custodial Locker
|
||||
/obj/structure/closet/secure_closet/custodial/offship
|
||||
|
||||
Reference in New Issue
Block a user