[MIRROR] Fixed spelling of possession, Separate, and Cemetery [MDB IGNORE] (#9862)

* Fixed spelling of possession, separate, and cemetery (#63203)

Just fixes some spelling for gangs. I also fixed misspellings for "posession" to "possession". Fixed "seperate " to "Separate" Fixed "Cemetary" to "Cemetery"

* Fixed spelling of possession, Separate, and Cemetery

Co-authored-by: Doctor Pope <84367152+Dr-Pope@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-03 22:58:40 +01:00
committed by GitHub
parent e55fb78f94
commit 959f66bf47
35 changed files with 46 additions and 46 deletions
@@ -150,7 +150,7 @@
return FALSE
return TRUE
///Gets the ID's name, if one is inserted into the device. This is a seperate proc solely to be overridden by the syndicate version of the app.
///Gets the ID's name, if one is inserted into the device. This is a separate proc solely to be overridden by the syndicate version of the app.
/datum/computer_file/program/borg_monitor/proc/checkID()
var/obj/item/card/id/ID = computer.GetID()
if(!ID)