Merge pull request #9368 from Seris02/master

Fixes luminescent dark blue major effect and changes the "autoprocess" button to "autoclone"
This commit is contained in:
kevinz000
2019-10-10 02:18:25 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -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