Merge pull request #345 from Zuhayr/mining

Baymining
This commit is contained in:
skull132
2015-02-15 21:17:24 +02:00
35 changed files with 2084 additions and 1680 deletions
@@ -35,7 +35,7 @@
return
if(P.stored_plasma < cost)
src << "\red You don't have enough phoron stored to do that."
src << "\red You don't have enough plasma stored to do that."
return 0
if(needs_foundation)
+1 -1
View File
@@ -18,7 +18,7 @@
var/mutantrace // Safeguard due to old code.
var/breath_type = "oxygen" // Non-oxygen gas breathed, if any.
var/poison_type = "plasma" // Poisonous air.
var/poison_type = "phoron" // Poisonous air.
var/exhale_type = "carbon_dioxide" // Exhaled gas type.
var/cold_level_1 = 260 // Cold damage level 1 below this point.
@@ -85,6 +85,7 @@
verbs += /mob/living/silicon/pai/proc/choose_chassis
verbs += /mob/living/silicon/pai/proc/choose_verbs
verbs += /mob/living/proc/hide
//PDA
pda = new(src)