mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes slight oversight during copypasting from Europa's R-UST code.
This commit is contained in:
@@ -445,6 +445,6 @@ update_flag
|
|||||||
|
|
||||||
/obj/machinery/portable_atmospherics/canister/phoron/engine_setup/New()
|
/obj/machinery/portable_atmospherics/canister/phoron/engine_setup/New()
|
||||||
..()
|
..()
|
||||||
src.air_contents.adjust_gas(GAS_FUEL, MolesForPressure())
|
src.air_contents.adjust_gas("phoron", MolesForPressure())
|
||||||
src.update_icon()
|
src.update_icon()
|
||||||
return 1
|
return 1
|
||||||
Reference in New Issue
Block a user