mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 00:47:42 +01:00
fixed my bad code
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
toxpwr = 0
|
||||
|
||||
/datum/reagent/toxin/lipoifier/on_mob_life(mob/living/carbon/M)
|
||||
M.fatness = fatness + 3
|
||||
M.fatness = M.fatness + 3
|
||||
return ..()
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
name = "lipoifier"
|
||||
id = /datum/reagent/toxin/lipoifier
|
||||
results = list(/datum/reagent/toxin/lipoifier = 3)
|
||||
required_reagents = list(/datum/reagent/sugar = 1, /datum/reagent/consumable/cornoil = 1, /datum/reagent/medicine/synthflesh = 1)
|
||||
required_reagents = list(/datum/reagent/consumable/sugar = 1, /datum/reagent/consumable/cornoil = 1, /datum/reagent/medicine/synthflesh = 1)
|
||||
|
||||
Reference in New Issue
Block a user