mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user