mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
A few description grammar fixes (#27134)
* Double spaces * more space and misspelling * Fixing punctuations * Not now * double dots * Apply suggestions from code review Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/// Handheld air alarm frame, for placing on walls.
|
||||
/obj/item/mounted/frame/alarm_frame
|
||||
name = "air alarm frame"
|
||||
desc = "Used for building Air Alarms"
|
||||
desc = "Used for building Air Alarms."
|
||||
icon = 'icons/obj/monitors.dmi'
|
||||
icon_state = "alarm_bitem"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/mounted/frame/apc_frame
|
||||
name = "APC frame"
|
||||
desc = "Used for repairing or building APCs"
|
||||
desc = "Used for repairing or building APCs."
|
||||
icon = 'icons/obj/apc_repair.dmi'
|
||||
icon_state = "apc_frame"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/mounted/frame/driver_button
|
||||
name = "mass driver button frame"
|
||||
desc = "Used for repairing or building mass driver buttons"
|
||||
desc = "Used for repairing or building mass driver buttons."
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "launcherbtt_frame"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/obj/item/mounted/frame/light_switch
|
||||
name = "light switch frame"
|
||||
desc = "Used for repairing or building light switches"
|
||||
desc = "Used for repairing or building light switches."
|
||||
icon = 'icons/obj/power.dmi'
|
||||
icon_state = "light-p"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
/obj/item/mounted/frame/light_switch/windowtint
|
||||
name = "window tint control button frame"
|
||||
desc = "Used for repairing or building window tint control buttons"
|
||||
desc = "Used for repairing or building window tint control buttons."
|
||||
|
||||
/obj/item/mounted/frame/light_switch/windowtint/do_build(turf/on_wall, mob/user)
|
||||
new /obj/machinery/button/windowtint(get_turf(user), get_dir(user, on_wall))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/mounted/frame/extinguisher
|
||||
name = "Extinguisher Cabinet Frame"
|
||||
desc = "Used for building extinguisher cabinet"
|
||||
desc = "Used for building extinguisher cabinet."
|
||||
icon = 'icons/obj/closet.dmi'
|
||||
icon_state = "extinguisher_frame"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/mounted/frame/firealarm
|
||||
name = "fire alarm frame"
|
||||
desc = "Used for building Fire Alarms"
|
||||
desc = "Used for building Fire Alarms."
|
||||
icon = 'icons/obj/monitors.dmi'
|
||||
icon_state = "firealarm_frame"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/mounted/frame/intercom
|
||||
name = "Intercom Frame"
|
||||
desc = "Used for building intercoms"
|
||||
desc = "Used for building intercoms."
|
||||
icon = 'icons/obj/monitors.dmi'
|
||||
icon_state = "intercom-frame"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user