Candy Fixes

- Fixes the bad rainbow cotton candy not actually using a "toxin" as
it's reagent contents.
- - Previously contained Lexorin, now contains Sulfonal.

- Fixes the candy maker "eating" candy moulds and causing a runtime
while doing so.
- - Incorrect recipes still destroy the mould, but successful candy
making will return it's mould as intended.
This commit is contained in:
FalseIncarnate
2015-04-15 20:12:46 -04:00
parent c81be9cc5a
commit 079b6492fd
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -323,8 +323,7 @@
for(var/i=1,i<efficiency,i++)
cooked = new cooked.type(loc)
if(byproduct)
byproduct.loc = src.loc
byproduct = new byproduct.type(loc)
new byproduct(loc)
return
/obj/machinery/candy_maker/proc/wzhzhzh(var/seconds as num)
@@ -718,7 +718,7 @@
New()
..()
reagents.add_reagent("lexorin", 20)
reagents.add_reagent("sulfonal", 20)
reagents.del_reagent("sugar")
reagents.update_total()
bitesize = 4