Update xenobiology.dm

This commit is contained in:
Seris02
2019-09-28 18:42:47 +08:00
committed by GitHub
parent af1feb3ada
commit 1bfbf790e7
@@ -325,7 +325,7 @@
if(SLIME_ACTIVATE_MAJOR)
var/turf/open/T = get_turf(user)
if(istype(T))
T.atmos_spawn_air("nitrogen=40;TEMP=2.7")
T.atmos_spawn_air("n2=40;TEMP=2.7")
to_chat(user, "<span class='warning'>You activate [src], and icy air bursts out of your skin!</span>")
return 900