mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-28 15:16:21 +01:00
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user