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:
HanSolo1519
2024-02-11 18:54:37 +00:00
committed by GitHub
co-authored by SleepyGemmy
parent af1f3851fb
commit c8c1c2e62f
7 changed files with 62 additions and 0 deletions
+2
View File
@@ -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
)