mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Adds organ cooler (#8081)
* Organ cooler
* Changelog oc
* Sprite updates
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-Authored-By: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-Authored-By: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-Authored-By: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-Authored-By: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
* Fixed derps
* Roundstart tip fixes
* Revert "Fixed derps"
This reverts commit 75473fbb92.
* unfucks
* MAPS!
* Mapunfuckery!
* MAPS FOR REAL THIS TIME
* Update html/changelogs/organz.yml
Co-Authored-By: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
* Removes wrong changelog
Co-authored-by: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
This commit is contained in:
committed by
Werner
co-authored by
mikomyazaki
parent
9c6860e8ed
commit
7fbc20b7ec
@@ -587,11 +587,27 @@
|
||||
icon_state = "portafreezer"
|
||||
item_state = "medicalpack"
|
||||
max_w_class = 3
|
||||
can_hold = list(/obj/item/organ, /obj/item/reagent_containers/food, /obj/item/reagent_containers/glass)
|
||||
max_storage_space = 21
|
||||
use_to_pickup = 1 // for picking up broken bulbs, not that most people will try
|
||||
use_to_pickup = FALSE // for picking up broken bulbs, not that most people will try
|
||||
chewable = FALSE
|
||||
|
||||
/obj/item/storage/box/freezer/organcooler
|
||||
name = "organ cooler"
|
||||
desc = "A sealed, cooled container to keep organs from decaying."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "organcooler"
|
||||
item_state = "firstaid-advanced"
|
||||
max_w_class = ITEMSIZE_NORMAL
|
||||
w_class = ITEMSIZE_LARGE
|
||||
can_hold = list(
|
||||
/obj/item/organ,
|
||||
/obj/item/reagent_containers/food,
|
||||
/obj/item/reagent_containers/glass,
|
||||
/obj/item/gun
|
||||
)
|
||||
use_to_pickup = FALSE
|
||||
storage_slots = 2
|
||||
|
||||
/obj/item/storage/box/kitchen
|
||||
name = "kitchen supplies"
|
||||
desc = "Contains an assortment of utensils and containers useful in the preparation of food and drinks."
|
||||
@@ -795,4 +811,4 @@
|
||||
/obj/item/storage/box/encryption_key
|
||||
name = "box"
|
||||
description_antag = "This box contains encryption keys that gives the user a safe channel to chatter in. Access the safe comms with :x."
|
||||
starts_with = list(/obj/item/device/encryptionkey/rev = 8)
|
||||
starts_with = list(/obj/item/device/encryptionkey/rev = 8)
|
||||
|
||||
Reference in New Issue
Block a user