mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
[MIRROR] Converts gas, ore, plants and reagent strings to defines (#9611)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d5b62d4159
commit
fd5d9267ff
@@ -83,7 +83,7 @@
|
||||
/obj/item/projectile/energy/blob/moth
|
||||
damage = 30 //old 15
|
||||
armor_penetration = 15
|
||||
my_chems = list("fuel", "mold")
|
||||
my_chems = list(REAGENT_ID_FUEL, REAGENT_ID_MOLD)
|
||||
flammability = 0.25
|
||||
modifier_type_to_apply = /datum/modifier/fire
|
||||
modifier_duration = 6 SECONDS
|
||||
|
||||
Reference in New Issue
Block a user