mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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:
@@ -273,7 +273,7 @@
|
||||
/obj/machinery/scanner_gate/luxury_shuttle/Bumped(atom/movable/AM)
|
||||
///If the atom entering the gate is a vehicle, we store it here to add to the approved list to enter/leave the scanner gate.
|
||||
var/obj/vehicle/vehicle
|
||||
///We store the driver of vehicles seperately so that we can add them to the approved list once payment is fully processed.
|
||||
///We store the driver of vehicles separately so that we can add them to the approved list once payment is fully processed.
|
||||
var/mob/living/driver_holdout
|
||||
if(!isliving(AM) && !isvehicle(AM))
|
||||
alarm_beep()
|
||||
|
||||
Reference in New Issue
Block a user