Leshana-suggested changes

This commit is contained in:
Arokha Sieyes
2017-06-06 21:11:25 -04:00
parent c9915cca56
commit 5ea2e30234
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
//Okay, we can breathe, now check if we can get air
breath = get_breath_from_internal() //First, check for air from internals
//VOREStation Add - Respirocytes as a NIF implant
if(ishuman(src))
if(!breath && ishuman(src))
var/mob/living/carbon/human/H = src
if(H.nif && H.nif.flag_check(NIF_H_SPAREBREATH,NIF_FLAGS_HEALTH))
var/datum/nifsoft/spare_breath/SB = H.nif.imp_check(NIF_SPAREBREATH)