mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Switchtool code fix (?)
Removed an unnecessary tabulation. I dunno if it fixes the thing.
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
category = "Medical"
|
category = "Medical"
|
||||||
build_path = /obj/item/device/antibody_scanner
|
build_path = /obj/item/device/antibody_scanner
|
||||||
|
|
||||||
/datum/design/switchtool
|
/datum/design/switchtool
|
||||||
name = "Surgeon's Switchtool"
|
name = "Surgeon's Switchtool"
|
||||||
desc = "A switchtool containing most of the necessary items for impromptu surgery. For the surgeon on the go."
|
desc = "A switchtool containing most of the necessary items for impromptu surgery. For the surgeon on the go."
|
||||||
id = "switchtool"
|
id = "switchtool"
|
||||||
@@ -149,4 +149,4 @@
|
|||||||
materials = list (MAT_IRON = 10000, MAT_GLASS = 5000)
|
materials = list (MAT_IRON = 10000, MAT_GLASS = 5000)
|
||||||
category = "Medical"
|
category = "Medical"
|
||||||
build_path = /obj/item/weapon/switchtool/surgery
|
build_path = /obj/item/weapon/switchtool/surgery
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user