mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Small bugfix for extract reactions.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5340 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -74,7 +74,7 @@ datum
|
|||||||
return
|
return
|
||||||
|
|
||||||
slimejelly
|
slimejelly
|
||||||
name = "slime Jelly"
|
name = "Slime Jelly"
|
||||||
id = "slimejelly"
|
id = "slimejelly"
|
||||||
description = "A gooey semi-liquid produced from one of the deadliest lifeforms in existence. SO REAL."
|
description = "A gooey semi-liquid produced from one of the deadliest lifeforms in existence. SO REAL."
|
||||||
reagent_state = LIQUID
|
reagent_state = LIQUID
|
||||||
|
|||||||
@@ -662,7 +662,7 @@ datum
|
|||||||
slimejam
|
slimejam
|
||||||
name = "Slime Jam"
|
name = "Slime Jam"
|
||||||
id = "m_jam"
|
id = "m_jam"
|
||||||
result = "slime Jelly"
|
result = "slimejelly"
|
||||||
required_reagents = list("water" = 1)
|
required_reagents = list("water" = 1)
|
||||||
result_amount = 1
|
result_amount = 1
|
||||||
required_container = /obj/item/slime_core
|
required_container = /obj/item/slime_core
|
||||||
|
|||||||
Reference in New Issue
Block a user