mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00: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:
@@ -2,7 +2,7 @@
|
||||
anchored = TRUE
|
||||
name = "laptop computer"
|
||||
desc = "A portable computer."
|
||||
description_info = "You can alt-click the laptop while it's set down on surface to open it up and work with it. Left clicking while it is open will allow you to operate it."
|
||||
desc_info = "You can alt-click the laptop while it's set down on surface to open it up and work with it. Left clicking while it is open will allow you to operate it."
|
||||
hardware_flag = PROGRAM_LAPTOP
|
||||
can_reset = TRUE
|
||||
icon_state_unpowered = "laptop-open"
|
||||
@@ -40,4 +40,4 @@
|
||||
if(damage >= broken_damage)
|
||||
icon_state = icon_state_broken + "-closed"
|
||||
else
|
||||
icon_state = icon_state_closed
|
||||
icon_state = icon_state_closed
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/modular_computer/wristbound
|
||||
name = "wristbound computer"
|
||||
desc = "A portable wristbound device for your needs on the go. Quite comfortable."
|
||||
description_info = "A NanoTrasen design, this wristbound computer allows the user to quickly and safely access critical info, without taking their hands out of the equation."
|
||||
desc_info = "A NanoTrasen design, this wristbound computer allows the user to quickly and safely access critical info, without taking their hands out of the equation."
|
||||
icon = 'icons/obj/modular_wristbound.dmi'
|
||||
icon_state = "wristbound"
|
||||
icon_state_menu = "menu"
|
||||
@@ -59,4 +59,4 @@
|
||||
if(ishuman(user))
|
||||
var/mob/living/carbon/human/H = user
|
||||
if(H.gloves == src)
|
||||
H.unEquip(src)
|
||||
H.unEquip(src)
|
||||
|
||||
Reference in New Issue
Block a user