mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Converts gas, mat and reagent strings to defines
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
else if(isturf(hit_atom))
|
||||
var/turf/T = hit_atom
|
||||
if(pay_energy(1500))
|
||||
T.assume_gas("oxygen", 200)
|
||||
T.assume_gas("nitrogen", 800)
|
||||
T.assume_gas(GAS_O2, 200)
|
||||
T.assume_gas(GAS_N2, 800)
|
||||
playsound(src, 'sound/effects/spray.ogg', 50, 1, -3)
|
||||
adjust_instability(10)
|
||||
adjust_instability(10)
|
||||
|
||||
Reference in New Issue
Block a user