mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Adds more descriptions to missing items and changes some (#24584)
* jesus fuck thats a lot of descs * Apply suggestions from code review Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * review * christa review * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> --------- Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
co-authored by
CRUNCH
Henri215
Charlie Nolan
parent
b75bfd0e52
commit
34ba019704
@@ -257,7 +257,7 @@ LINEN BINS
|
||||
|
||||
/obj/structure/bedsheetbin
|
||||
name = "linen bin"
|
||||
desc = "A linen bin. It looks rather cosy."
|
||||
desc = "A linen bin. It looks rather cozy."
|
||||
icon = 'icons/obj/structures.dmi'
|
||||
icon_state = "linenbin-full"
|
||||
anchored = TRUE
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen
|
||||
name = "kitchen cabinet"
|
||||
desc = "It's a card-locked cabinet for storing dry ingredients. It looks robust enough to withstand most explosions."
|
||||
req_access = list(ACCESS_KITCHEN)
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/kitchen/populate_contents()
|
||||
|
||||
@@ -375,8 +375,8 @@
|
||||
new /obj/item/rcd(src)
|
||||
|
||||
/obj/structure/closet/crate/freezer
|
||||
desc = "A freezer."
|
||||
name = "Freezer"
|
||||
desc = "A freezer for keeping food and organs fresh."
|
||||
icon_state = "freezer"
|
||||
icon_opened = "freezer_open"
|
||||
icon_closed = "freezer"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
/obj/structure/extinguisher_cabinet
|
||||
name = "extinguisher cabinet"
|
||||
desc = "A small wall mounted cabinet designed to hold a fire extinguisher."
|
||||
desc = "A small wall mounted cabinet designed to hold a fire extinguisher. \"Don't break the glass\" is written next to the handle."
|
||||
icon = 'icons/obj/closet.dmi'
|
||||
icon_state = "extinguisher"
|
||||
anchored = TRUE
|
||||
|
||||
@@ -256,6 +256,7 @@
|
||||
// Kirby plants
|
||||
/obj/item/kirbyplants
|
||||
name = "potted plant"
|
||||
desc = "Some greenery, how nice."
|
||||
icon = 'icons/obj/flora/plants.dmi'
|
||||
icon_state = "random_plant"
|
||||
anchored = FALSE
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/obj/structure/girder
|
||||
name = "girder"
|
||||
desc = "The basis of any wall, and therefore any space station or ship."
|
||||
icon_state = "girder"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
|
||||
Reference in New Issue
Block a user