Breathing is Now Handled on Lungs

This commit is contained in:
Fox-McCloud
2017-07-19 03:28:21 -04:00
parent 1f3e11d26c
commit 77375fc1c4
45 changed files with 477 additions and 628 deletions
+1 -1
View File
@@ -1768,7 +1768,7 @@
H.update_mutations()
logmsg = "permanent regeneration."
if("Super Powers")
var/list/default_genes = list(REGENERATEBLOCK, NOBREATHBLOCK, COLDBLOCK)
var/list/default_genes = list(REGENERATEBLOCK, BREATHLESSBLOCK, COLDBLOCK)
for(var/gene in default_genes)
H.dna.SetSEState(gene, 1)
genemutcheck(H, gene, null, MUTCHK_FORCED)