mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Razor Update (#8310)
* Razor Update * Update games.dm Co-authored-by: remuluson2 <remuluson2@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
remuluson2
Gandalf
parent
27bc0ac746
commit
df4e163266
@@ -1228,3 +1228,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
|
||||
|
||||
@@ -149,6 +149,7 @@
|
||||
"plant_analyzer",
|
||||
"plunger",
|
||||
"pushbroom",
|
||||
"razor",
|
||||
"screwdriver",
|
||||
"secateurs",
|
||||
"shovel",
|
||||
|
||||
@@ -22,8 +22,10 @@
|
||||
/obj/item/skillchip/light_remover=2,
|
||||
/obj/item/skillchip/useless_adapter=5,
|
||||
/obj/item/dyespray=3,
|
||||
/obj/item/razor=3,
|
||||
/obj/item/hairbrush=3, // SKYRAT EDIT ADD - HAIRBRUSHES
|
||||
/obj/item/clothing/mask/holocigarette=5 // SKYRAT EDIT ADD - HOLOCIGARETTES
|
||||
|
||||
)
|
||||
contraband = list(/obj/item/dice/fudge = 9,
|
||||
/obj/item/clothing/shoes/wheelys/skishoes=4,
|
||||
|
||||
Reference in New Issue
Block a user