mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Removes plasteel from drones and borgs.
This commit is contained in:
@@ -131,7 +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"
|
||||
@@ -141,7 +141,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
|
||||
materials = list()
|
||||
throwforce = 10.0
|
||||
flags = CONDUCT
|
||||
|
||||
*/
|
||||
/obj/item/stack/sheet/plasteel/New(var/loc, var/amount=null)
|
||||
recipes = plasteel_recipes
|
||||
return ..()
|
||||
|
||||
@@ -34,10 +34,6 @@
|
||||
/obj/item/stack/attack_self(mob/user as mob)
|
||||
list_recipes(user)
|
||||
|
||||
/obj/item/stack/sheet/plasteel/cyborg/attack_self(mob/user as mob)
|
||||
user << "<span class='warning'>You lack the subroutines necessary to build more complex structures with that material.</span>"
|
||||
return
|
||||
|
||||
/obj/item/stack/proc/list_recipes(mob/user as mob, recipes_sublist)
|
||||
if (!recipes)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user