mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
fix to sky's reagent effects changes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -125,8 +125,8 @@
|
||||
A.pulse(src.airlock_wire)
|
||||
else if(holder)
|
||||
holder.process_activation(src, 1, 0)
|
||||
else
|
||||
..()
|
||||
else
|
||||
..()
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user