mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
description_fluff, description_antag and description_info shortening (#8896)
* description_fluff, description_antag and description_info shortening * Update wezzy_desc-shit.yml * Update html/changelogs/wezzy_desc-shit.yml Co-authored-by: Werner <Arrow768@users.noreply.github.com> Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
co-authored by
Werner
parent
7cc7bcfdd2
commit
e28d09f88a
@@ -12,14 +12,14 @@
|
||||
/obj/machinery/mining/drill
|
||||
name = "mining drill head"
|
||||
desc = "A large industrial drill. Its bore does not penetrate deep enough to access the sublevels."
|
||||
description_info = "You can upgrade this machine with better matter bins, capacitors, micro lasers, and power cells. You can also attach a mining satchel that has a warp pack and a linked ore box to it, to bluespace teleport any mined ore directly into the linked ore box."
|
||||
desc_info = "You can upgrade this machine with better matter bins, capacitors, micro lasers, and power cells. You can also attach a mining satchel that has a warp pack and a linked ore box to it, to bluespace teleport any mined ore directly into the linked ore box."
|
||||
icon_state = "mining_drill"
|
||||
var/braces_needed = 2
|
||||
var/list/supports = list()
|
||||
var/supported = FALSE
|
||||
var/active = FALSE
|
||||
var/current_error
|
||||
|
||||
|
||||
var/list/resource_field = list()
|
||||
|
||||
var/ore_types = list(
|
||||
@@ -195,7 +195,7 @@
|
||||
return
|
||||
if(default_part_replacement(user, O))
|
||||
return
|
||||
if(active)
|
||||
if(active)
|
||||
return ..()
|
||||
|
||||
if(istype(O, /obj/item/storage/bag/ore))
|
||||
@@ -521,4 +521,4 @@
|
||||
|
||||
connected.supports -= src
|
||||
connected.check_supports()
|
||||
connected = null
|
||||
connected = null
|
||||
|
||||
@@ -899,7 +899,7 @@ var/list/total_extraction_beacons = list()
|
||||
/obj/item/warp_core
|
||||
name = "warp extraction beacon signaller"
|
||||
desc = "Emits a signal which Warp-Item recovery devices can lock onto. Activate in hand to create a beacon."
|
||||
description_info = "You can activate this item in-hand to create a static beacon, or you can click on an ore box with it to allow the ore box to be linked to warp packed mining satchels."
|
||||
desc_info = "You can activate this item in-hand to create a static beacon, or you can click on an ore box with it to allow the ore box to be linked to warp packed mining satchels."
|
||||
icon = 'icons/obj/stock_parts.dmi'
|
||||
icon_state = "subspace_amplifier"
|
||||
origin_tech = list(TECH_BLUESPACE = 1, TECH_PHORON = 1, TECH_ENGINEERING = 2)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/storage/bag/ore
|
||||
name = "mining satchel"
|
||||
desc = "This little bugger can be used to store and transport ores."
|
||||
description_info = "You can attach a warp extraction pack to it, then click on an ore box that has a warp extraction beacon signaller attached to it to link them. Then ore put into this will be bluespace teleported into the ore box."
|
||||
desc_info = "You can attach a warp extraction pack to it, then click on an ore box that has a warp extraction beacon signaller attached to it to link them. Then ore put into this will be bluespace teleported into the ore box."
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon_state = "satchel"
|
||||
slot_flags = SLOT_BELT | SLOT_POCKET
|
||||
@@ -75,4 +75,4 @@
|
||||
/obj/item/storage/bag/ore/proc/move_ore_to_ore_box()
|
||||
for(var/obj/ore in contents)
|
||||
remove_from_storage_deferred(ore, get_turf(src))
|
||||
ore.forceMove(linked_box)
|
||||
ore.forceMove(linked_box)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/obj/structure/ore_box
|
||||
name = "ore box"
|
||||
desc = "A heavy box used for storing ore."
|
||||
description_info = "You can attach a warp extraction beacon signaller to this, then click on it with an ore satchel that has a warp extraction pack attached, to link them."
|
||||
desc_info = "You can attach a warp extraction beacon signaller to this, then click on it with an ore satchel that has a warp extraction pack attached, to link them."
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon_state = "orebox0"
|
||||
density = TRUE
|
||||
@@ -122,4 +122,4 @@
|
||||
O.ex_act(severity++)
|
||||
CHECK_TICK
|
||||
qdel(src)
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user