mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Adds 'antifuel' reagent + associated chem grenades (#15074)
* initial test? * adds them * cl * oops forgot recipe
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
new /obj/item/grenade/chem_grenade/large/phoroncleaner(src)
|
||||
new /obj/item/crowbar/rescue_axe/red(src)
|
||||
new /obj/item/device/radio/eng/off(src)
|
||||
new /obj/item/grenade/chem_grenade/antifuel(src)
|
||||
|
||||
// Chief Engineer - Clothing Satchel
|
||||
// This satchel is used nowhere except in conjunction with the locker above,
|
||||
@@ -73,6 +74,7 @@
|
||||
new /obj/item/storage/belt/utility(src)
|
||||
new /obj/item/device/gps/engineering(src)
|
||||
new /obj/item/pipewrench(src)
|
||||
new /obj/item/grenade/chem_grenade/antifuel(src)
|
||||
|
||||
// Painters
|
||||
new /obj/item/device/floor_painter(src)
|
||||
@@ -106,6 +108,7 @@
|
||||
new /obj/item/pipewrench(src)
|
||||
new /obj/item/crowbar/rescue_axe(src)
|
||||
new /obj/item/device/flashlight/heavy(src)
|
||||
new /obj/item/grenade/chem_grenade/antifuel(src)
|
||||
|
||||
// Painters
|
||||
new /obj/item/device/floor_painter(src)
|
||||
|
||||
Reference in New Issue
Block a user