Update modular_splurt/code/datums/traits/good.dm

Co-authored-by: Zatarra <68243757+Zattarra@users.noreply.github.com>
This commit is contained in:
ariaworld
2023-09-12 09:35:55 +02:00
committed by GitHub
co-authored by Zatarra
parent 8037db759a
commit 24cc3dcdbc
+1 -1
View File
@@ -262,7 +262,7 @@
value = 3
gain_text = span_notice("Your physique attunes to the silence of space, now able to operate in zero pressure.")
lose_text = span_notice("Your physiology reverts as your spacefaring gifts lay dormant once more.")
var/list/perks = list(TRAIT_RESISTCOLD, TRAIT_RESISTLOWPRESSURE)
var/list/perks = list(TRAIT_RESISTCOLD, TRAIT_RESISTLOWPRESSURE, TRAIT_LOWPRESSURECOOLING)
/datum/quirk/vacuum_resistance/add()
. = ..()