mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Razor Update (#61547)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -1221,3 +1221,12 @@
|
||||
materials = list(/datum/material/iron = 100, /datum/material/glass = 50)
|
||||
build_path = /obj/item/assembly/control
|
||||
category = list("initial","Misc")
|
||||
|
||||
/datum/design/razor
|
||||
name = "Electric Razor"
|
||||
id = "razor"
|
||||
build_type = PROTOLATHE | AWAY_LATHE | AUTOLATHE
|
||||
materials = list(/datum/material/iron = 75)
|
||||
build_path = /obj/item/razor
|
||||
category = list("initial","Medical")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
@@ -145,6 +145,7 @@
|
||||
"plant_analyzer",
|
||||
"plunger",
|
||||
"pushbroom",
|
||||
"razor",
|
||||
"screwdriver",
|
||||
"secateurs",
|
||||
"shovel",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
/obj/item/skillchip/light_remover=2,
|
||||
/obj/item/skillchip/useless_adapter=5,
|
||||
/obj/item/dyespray=3,
|
||||
/obj/item/razor=3,
|
||||
)
|
||||
contraband = list(/obj/item/dice/fudge = 9,
|
||||
/obj/item/clothing/shoes/wheelys/skishoes=4,
|
||||
|
||||
Reference in New Issue
Block a user