mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +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
@@ -363,3 +363,10 @@
|
||||
desc = "A prophylactic antibiotic that kills infections before they start."
|
||||
icon_state = "pill8"
|
||||
reagents_to_add = list(/singleton/reagent/steramycin = 5)
|
||||
|
||||
/obj/item/reagent_containers/pill/cleaner_tablet
|
||||
name = "dissolvable cleaner tablet"
|
||||
desc = "An advanced formula dissolvable tablet laden with the cutting edge of Idris chemical science. Smells like dried bleach. It's probably just bleach."
|
||||
icon_state = "cleanertablet"
|
||||
reagents_to_add = list(/singleton/reagent/spacecleaner = 15)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user