mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
oops (#30743)
This commit is contained in:
@@ -870,9 +870,9 @@
|
||||
var/sheets = floor(original_volume / 5)
|
||||
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)
|
||||
holder.add_reagent("plastic_dust", original_volume - sheets * 5, reagtemp = T0C + 119)
|
||||
holder.my_atom.visible_message("<span class='notice'>The molten plastic solidifies.</span>")
|
||||
|
||||
/datum/reagent/plastic_dust
|
||||
name = "Plastic Dust"
|
||||
|
||||
Reference in New Issue
Block a user