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:
Wowzewow (Wezzy)
2020-05-21 18:45:22 +08:00
committed by GitHub
parent 7cc7bcfdd2
commit e28d09f88a
84 changed files with 347 additions and 306 deletions

View File

@@ -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

View File

@@ -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)