mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Surgical tools will no longer cause damage on help intent
This commit is contained in:
@@ -435,7 +435,7 @@ other types of metals and chemistry for reagents).
|
||||
id = "scalpel_laser1"
|
||||
req_tech = list(TECH_BIO = 2, TECH_MATERIAL = 2, TECH_MAGNET = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 12500, "glass" = 7500)
|
||||
build_path = /obj/item/weapon/scalpel/laser1
|
||||
build_path = /obj/item/weapon/surgical/scalpel/laser1
|
||||
sort_string = "MBBAA"
|
||||
|
||||
/datum/design/item/scalpel_laser2
|
||||
@@ -444,7 +444,7 @@ other types of metals and chemistry for reagents).
|
||||
id = "scalpel_laser2"
|
||||
req_tech = list(TECH_BIO = 3, TECH_MATERIAL = 4, TECH_MAGNET = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 12500, "glass" = 7500, "silver" = 2500)
|
||||
build_path = /obj/item/weapon/scalpel/laser2
|
||||
build_path = /obj/item/weapon/surgical/scalpel/laser2
|
||||
sort_string = "MBBAB"
|
||||
|
||||
/datum/design/item/scalpel_laser3
|
||||
@@ -453,7 +453,7 @@ other types of metals and chemistry for reagents).
|
||||
id = "scalpel_laser3"
|
||||
req_tech = list(TECH_BIO = 4, TECH_MATERIAL = 6, TECH_MAGNET = 5)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 12500, "glass" = 7500, "silver" = 2000, "gold" = 1500)
|
||||
build_path = /obj/item/weapon/scalpel/laser3
|
||||
build_path = /obj/item/weapon/surgical/scalpel/laser3
|
||||
sort_string = "MBBAC"
|
||||
|
||||
/datum/design/item/scalpel_manager
|
||||
@@ -462,7 +462,7 @@ other types of metals and chemistry for reagents).
|
||||
id = "scalpel_manager"
|
||||
req_tech = list(TECH_BIO = 4, TECH_MATERIAL = 7, TECH_MAGNET = 5, TECH_DATA = 4)
|
||||
materials = list (DEFAULT_WALL_MATERIAL = 12500, "glass" = 7500, "silver" = 1500, "gold" = 1500, "diamond" = 750)
|
||||
build_path = /obj/item/weapon/scalpel/manager
|
||||
build_path = /obj/item/weapon/surgical/scalpel/manager
|
||||
sort_string = "MBBAD"
|
||||
|
||||
/datum/design/item/implant
|
||||
|
||||
Reference in New Issue
Block a user