mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Spell Fixes
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
to conduct a one time lawful search of the Suspect's person/belongings/premises and/or Department </br>
|
||||
for any items and materials that could be connected to the suspected criminal act described below, </br>
|
||||
pending an investigation in progress. The Security Officer(s) are obligated to remove any and all</br>
|
||||
such items from the Suspects posession and/or Department and file it as evidence. The Suspect/Department </br>
|
||||
such items from the Suspect's possession and/or Department and file it as evidence. The Suspect/Department </br>
|
||||
staff is expected to offer full co-operation. In the event of the Suspect/Department staff attempting </br>
|
||||
to resist/impede this search or flee, they must be taken into custody immediately! </br>
|
||||
All confiscated items must be filed and taken to Evidence!</small></i></br>
|
||||
@@ -113,9 +113,9 @@
|
||||
|
||||
/obj/item/weapon/storage/box/holowarrants // VOREStation addition starts
|
||||
name = "holowarrant devices"
|
||||
desc = "A box of holowarrant diplays for security use."
|
||||
desc = "A box of holowarrant displays for security use."
|
||||
|
||||
/obj/item/weapon/storage/box/holowarrants/New()
|
||||
..()
|
||||
for(var/i = 0 to 3)
|
||||
new /obj/item/device/holowarrant(src) // VOREStation addition ends
|
||||
new /obj/item/device/holowarrant(src) // VOREStation addition ends
|
||||
|
||||
@@ -224,13 +224,13 @@
|
||||
|
||||
/obj/item/device/radio/headset/heads/hos
|
||||
name = "head of security's headset"
|
||||
desc = "The headset of the hardass who protects your worthless lifes."
|
||||
desc = "The headset of the hardass who protects your worthless lives."
|
||||
icon_state = "com_headset"
|
||||
ks2type = /obj/item/device/encryptionkey/heads/hos
|
||||
|
||||
/obj/item/device/radio/headset/heads/hos/alt
|
||||
name = "head of security's bowman headset"
|
||||
desc = "The headset of the hardass who protects your worthless lifes."
|
||||
desc = "The headset of the hardass who protects your worthless lives."
|
||||
icon_state = "com_headset_alt"
|
||||
ks2type = /obj/item/device/encryptionkey/heads/hos
|
||||
|
||||
|
||||
Reference in New Issue
Block a user