From 0e447f6f2c79c4e1e945518b419cb5bfe64177b3 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Tue, 11 Apr 2017 00:50:51 -0400 Subject: [PATCH] Allows Akula to breathe underwater SHERKS. Sherk sherk. Sherk in a sherk splash. Sherk splash in a sherk pool. --- .../mob/living/carbon/human/species/station/station_vr.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 3fd795a2a7..9f1e7f2543 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -84,6 +84,9 @@ reagent_tag = IS_AKULA +/datum/species/akula/can_breathe_water() + return TRUE // Surprise, SHERKS. + /datum/species/nevrean name = "Nevrean" name_plural = "Nevreans"