[Ready] Makes PDA notes have basic ship terms that relate to the NSEW form PFBSQ (#7690)

* I thought you said weast

* Weh

* Update code/game/objects/items/devices/PDA/PDA.dm

Co-Authored-By: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com>
This commit is contained in:
Trilbyspaceclone
2018-11-09 22:09:54 -05:00
committed by kevinz000
parent 0583298b4c
commit b745f56eeb
+1 -1
View File
@@ -59,7 +59,7 @@ GLOBAL_LIST_EMPTY(PDAs)
var/lock_code = "" // Lockcode to unlock uplink
var/honkamt = 0 //How many honks left when infected with honk.exe
var/mimeamt = 0 //How many silence left when infected with mime.exe
var/note = "Congratulations, your station has chosen the Thinktronic 5230 Personal Data Assistant!" //Current note in the notepad function
var/note = "Congratulations, your station has chosen the Thinktronic 5230 Personal Data Assistant! To help with navigation, we have provided the following definitions. North: Fore. South: Aft. West: Port. East: Starboard. Quarter is either side of aft." //Current note in the notepad function
var/notehtml = ""
var/notescanned = FALSE // True if what is in the notekeeper was from a paper.
var/detonatable = TRUE // Can the PDA be blown up?