mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 20:56:47 +01:00
Update modular_splurt/code/datums/traits/good.dm
Co-authored-by: Zatarra <68243757+Zattarra@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user