mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
fix (#30955)
This commit is contained in:
@@ -868,7 +868,8 @@
|
||||
|
||||
var/original_volume = volume
|
||||
var/sheets = floor(original_volume / 5)
|
||||
new /obj/item/stack/sheet/plastic(get_turf(holder.my_atom), sheets)
|
||||
if(sheets > 0)
|
||||
new /obj/item/stack/sheet/plastic(get_turf(holder.my_atom), sheets)
|
||||
|
||||
holder.my_atom.visible_message("<span class='notice'>The molten plastic solidifies.</span>")
|
||||
holder.del_reagent(id)
|
||||
|
||||
Reference in New Issue
Block a user