mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
co-authored by
DreamySkrell <>
parent
db36194990
commit
2446ea5488
@@ -95,10 +95,15 @@
|
||||
new /obj/item/reagent_containers/food/condiment/sugar(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kois
|
||||
name = "k'ois freezer"
|
||||
desc = "A freezer with k'ois inside. Don't eat this unless you're a Vaurca!"
|
||||
name = "freezer"
|
||||
desc = "A freezer, painted in a sickly yellow, with a biohazard sign on the door."
|
||||
icon_state = "freezer_kois"
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kois/fill()
|
||||
/obj/structure/closet/secure_closet/freezer/kois/spores
|
||||
name = "k'ois freezer"
|
||||
desc = "A freezer with k'ois inside. Painted in a sickly yellow, with a biohazard sign on the door."
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kois/spores/fill()
|
||||
..()
|
||||
for(var/i = 0, i < 8, i++)
|
||||
new /obj/item/reagent_containers/food/snacks/grown/kois(src)
|
||||
|
||||
@@ -345,15 +345,29 @@
|
||||
newgas.temperature = target_temp
|
||||
return newgas
|
||||
|
||||
/obj/structure/closet/crate/freezer/rations //For use in the escape shuttle
|
||||
/obj/structure/closet/crate/freezer/rations
|
||||
name = "emergency rations"
|
||||
desc = "A crate of emergency rations and some bottles of water."
|
||||
desc = "A crate of emergency rations and bottles of water."
|
||||
|
||||
/obj/structure/closet/crate/freezer/rations/fill()
|
||||
for(var/i=1,i<=6,i++)
|
||||
new /obj/random/mre(src)
|
||||
new /obj/item/reagent_containers/food/drinks/waterbottle(src)
|
||||
|
||||
/obj/structure/closet/crate/freezer/kois
|
||||
name = "freezer"
|
||||
desc = "A freezer, painted in a sickly yellow, with a biohazard sign on the side."
|
||||
icon_state = "freezer_kois"
|
||||
|
||||
/obj/structure/closet/crate/freezer/kois/rations
|
||||
name = "emergency k'ois rations"
|
||||
desc = "A crate of emergency k'ois rations and bottles of water. Painted in a sickly yellow, with a biohazard sign on the side."
|
||||
|
||||
/obj/structure/closet/crate/freezer/kois/rations/fill()
|
||||
for(var/i=1,i<=6,i++)
|
||||
new /obj/item/storage/box/fancy/mre/menu12(src)
|
||||
new /obj/item/reagent_containers/food/drinks/waterbottle(src)
|
||||
|
||||
/obj/structure/closet/crate/bin
|
||||
name = "large bin"
|
||||
desc = "A large bin."
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
author: DreamySkrell
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Adds kois freezer locker and crate."
|
||||
- rscadd: "Maps one kois rations crate to Point Verdant Corporate Offices."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
@@ -5940,6 +5940,14 @@
|
||||
/obj/effect/decal/curb,
|
||||
/turf/simulated/floor/asphalt,
|
||||
/area/point_verdant/outdoors)
|
||||
"UW" = (
|
||||
/obj/structure/closet/crate/freezer/kois/rations,
|
||||
/obj/item/paper{
|
||||
info = "For any visiting Vaurca, from Einstein Engines.";
|
||||
name = "small note"
|
||||
},
|
||||
/turf/simulated/floor/sidewalk/dark/detail,
|
||||
/area/point_verdant/interior/offices)
|
||||
"UY" = (
|
||||
/obj/structure/rod_railing,
|
||||
/obj/structure/table/wood,
|
||||
@@ -20881,7 +20889,7 @@ Ag
|
||||
gQ
|
||||
rn
|
||||
jm
|
||||
jP
|
||||
UW
|
||||
jP
|
||||
AT
|
||||
HS
|
||||
|
||||
@@ -1990,11 +1990,11 @@
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "0-4"
|
||||
},
|
||||
/obj/structure/closet/secure_closet/freezer/kois,
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/obj/structure/sign/biohazard{
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/structure/closet/secure_closet/freezer/kois/spores,
|
||||
/turf/simulated/floor/tiled/freezer{
|
||||
name = "cooled tiles";
|
||||
temperature = 253.15
|
||||
|
||||
Reference in New Issue
Block a user