mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Forgot something else
This commit is contained in:
@@ -131,17 +131,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
|
||||
throwforce = 10.0
|
||||
flags = CONDUCT
|
||||
origin_tech = "materials=2"
|
||||
/* Just in case we ever decide to use it
|
||||
/obj/item/stack/sheet/plasteel/cyborg
|
||||
name = "plasteel"
|
||||
singular_name = "plasteel sheet"
|
||||
desc = "This sheet is an alloy of iron and plasma."
|
||||
icon_state = "sheet-plasteel"
|
||||
item_state = "sheet-metal"
|
||||
materials = list()
|
||||
throwforce = 10.0
|
||||
flags = CONDUCT
|
||||
*/
|
||||
|
||||
/obj/item/stack/sheet/plasteel/New(var/loc, var/amount=null)
|
||||
recipes = plasteel_recipes
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user