fix to sky's reagent effects changes

This commit is contained in:
Tastyfish
2012-02-10 00:07:29 -05:00
parent 1332516180
commit bd6fbb5fe8
2 changed files with 4 additions and 2 deletions

View File

@@ -410,6 +410,7 @@ steam.start() -- spawns the effect
..()
var/obj/R = new /obj()
R.reagents = new/datum/reagents(500)
R.reagents.my_atom = R
reagents.trans_to(R, reagents.total_volume/divisor)
for(var/atom/A in view(1, src))
R.reagents.reaction(A)
@@ -421,6 +422,7 @@ steam.start() -- spawns the effect
..()
var/obj/R = new /obj()
R.reagents = new/datum/reagents(500)
R.reagents.my_atom = R
reagents.trans_to(R, reagents.total_volume/divisor)
R.reagents.reaction(M)
del(R)

View File

@@ -125,8 +125,8 @@
A.pulse(src.airlock_wire)
else if(holder)
holder.process_activation(src, 1, 0)
else
..()
else
..()
return 1