mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
GPS Text and Spelling Fixes
The GPS on/off text was reversed and this fixes it. Along with a couple others. The largest "change" is the change of posessed to possessed (since it requires an actual file-name change.)
This commit is contained in:
@@ -978,7 +978,7 @@ var/global/list/selectable_speech_bubbles = list(
|
||||
"tentacles",
|
||||
"heart",
|
||||
"textbox",
|
||||
"posessed",
|
||||
"possessed",
|
||||
"square",
|
||||
"medical",
|
||||
"medical_square",
|
||||
|
||||
@@ -241,7 +241,7 @@
|
||||
|
||||
/obj/item/areaeditor/blueprints/engineers
|
||||
name = "writing blueprints"
|
||||
desc = "A piece of paper that allows for expansion of the station and creaiton of new areas. There is a \"For Official Use Only\" stamp on it. NOT to be mistaken with the staion blueprints."
|
||||
desc = "A piece of paper that allows for expansion of the station and creation of new areas. There is a \"For Official Use Only\" stamp on it. NOT to be mistaken with the station blueprints."
|
||||
station_master = 0
|
||||
uses_charges = 1
|
||||
can_override = 0
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
/obj/item/bodybag/cryobag
|
||||
name = "stasis bag"
|
||||
desc = "A non-reusable plastic bag designed to slow down bodily functions such as circulation and breathing, \
|
||||
especially useful if short on time or in a hostile enviroment."
|
||||
especially useful if short on time or in a hostile environment."
|
||||
icon = 'icons/obj/closets/cryobag.dmi'
|
||||
icon_state = "bodybag_folded"
|
||||
item_state = "bodybag_cryo_folded"
|
||||
|
||||
@@ -140,9 +140,9 @@ var/list/GPS_list = list()
|
||||
|
||||
toggle_tracking()
|
||||
if(tracking)
|
||||
to_chat(user, "[src] is no longer tracking, or visible to other GPS devices.")
|
||||
else
|
||||
to_chat(user, "[src] is now tracking, and visible to other GPS devices.")
|
||||
else
|
||||
to_chat(user, "[src] is no longer tracking, or visible to other GPS devices.")
|
||||
|
||||
/obj/item/device/gps/proc/toggle_tracking()
|
||||
tracking = !tracking
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
if("Cancel")
|
||||
return
|
||||
else if (istype(W, /obj/item/weapon/card/id) && src.pai.idaccessible == 0)
|
||||
to_chat(user, "<span class='notice'>[src] is not accepting access modifcations at this time.</span>")
|
||||
to_chat(user, "<span class='notice'>[src] is not accepting access modifications at this time.</span>")
|
||||
return
|
||||
@@ -500,7 +500,7 @@
|
||||
if("Cancel")
|
||||
return
|
||||
else if (istype(W, /obj/item/weapon/card/id) && idaccessible == 0)
|
||||
to_chat(user, "<span class='notice'>[src] is not accepting access modifcations at this time.</span>")
|
||||
to_chat(user, "<span class='notice'>[src] is not accepting access modifications at this time.</span>")
|
||||
return
|
||||
|
||||
/mob/living/silicon/pai/verb/allowmodification()
|
||||
|
||||
+1
-1
@@ -3312,7 +3312,7 @@
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\humanoid_vr.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\pirates.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\pirates_ch.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\posessed_ch.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\possessed_ch.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\russian.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\mercs\mercs.dm"
|
||||
#include "code\modules\mob\living\simple_mob\subtypes\humanoid\mercs\mercs_ch.dm"
|
||||
|
||||
Reference in New Issue
Block a user