mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Update microwave.dm
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
playsound(src, 'sound/machines/buzz-sigh.ogg', 50, 0)
|
playsound(src, 'sound/machines/buzz-sigh.ogg', 50, 0)
|
||||||
return
|
return
|
||||||
|
|
||||||
if(prob(dirty * 5 - (5 / efficiency - 5)) //a clean unupgraded microwave has no risk of failure
|
if(prob(dirty * 5 / (5 * efficiency))) //a clean unupgraded microwave has no risk of failure
|
||||||
muck()
|
muck()
|
||||||
return
|
return
|
||||||
for(var/obj/O in ingredients)
|
for(var/obj/O in ingredients)
|
||||||
|
|||||||
Reference in New Issue
Block a user