mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Show Extra Descriptions in Chat (#13712)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/device/flashlight/lamp
|
||||
name = "desk lamp"
|
||||
desc = "A desk lamp with an adjustable mount."
|
||||
description_cult = "This can be reforged to become a pylon."
|
||||
desc_cult = "This can be reforged to become a pylon."
|
||||
icon_state = "lamp"
|
||||
item_state = "lamp"
|
||||
center_of_mass = list("x" = 13,"y" = 11)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/material/sword
|
||||
name = "claymore"
|
||||
desc = "What are you standing around staring at this for? Get to killing!"
|
||||
description_cult = "This can be reforged to become a cult blade."
|
||||
desc_cult = "This can be reforged to become a cult blade."
|
||||
icon = 'icons/obj/sword.dmi'
|
||||
icon_state = "claymore"
|
||||
item_state = "claymore"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/obj/item/storage/backpack
|
||||
name = "backpack"
|
||||
desc = "You wear this on your back and put items into it."
|
||||
description_cult = "This can be reforged to become a cult backpack. Any stored items will be transferred."
|
||||
desc_cult = "This can be reforged to become a cult backpack. Any stored items will be transferred."
|
||||
item_icons = list(//ITEM_ICONS ARE DEPRECATED. USE CONTAINED SPRITES IN FUTURE
|
||||
slot_l_hand_str = 'icons/mob/items/storage/lefthand_backpacks.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/storage/righthand_backpacks.dmi'
|
||||
@@ -109,7 +109,7 @@
|
||||
/obj/item/storage/backpack/cultpack
|
||||
name = "trophy rack"
|
||||
desc = "It's useful for both carrying extra gear and proudly declaring your insanity."
|
||||
description_cult = null
|
||||
desc_cult = null
|
||||
icon_state = "cultpack"
|
||||
|
||||
/obj/item/storage/backpack/cultpack/adorned
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
/obj/item/tank/emergency_oxygen
|
||||
name = "emergency oxygen tank"
|
||||
desc = "Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it."
|
||||
description_cult = "This can be reforged to become a large brown oxygen tank."
|
||||
desc_cult = "This can be reforged to become a large brown oxygen tank."
|
||||
icon_state = "emergency"
|
||||
item_state = "emergency"
|
||||
gauge_icon = "indicator_emergency"
|
||||
|
||||
Reference in New Issue
Block a user