Guts Moronic Phoron

This commit is contained in:
Fox-McCloud
2015-06-30 01:06:09 -04:00
parent 62d8435b12
commit 4d04bb7750
10 changed files with 19 additions and 19 deletions
@@ -8,13 +8,13 @@
#define ATM_O2 3
#define ATM_N2 4
#define ATM_CO2 5
#define ATM_P 6 //Phoron
#define ATM_P 6 //Plasma
#define ATM_N2O 7
//--------------------------------------------
// Omni port datum
//
// Used by omni devices to manage connections
// Used by omni devices to manage connections
// to other atmospheric objects.
//--------------------------------------------
/datum/omni_port
@@ -70,10 +70,10 @@
string = "East"
if(WEST)
string = "West"
if(!capitalize && string)
string = lowertext(string)
return string
//returns a direction flag based on the string passed to it