mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-17 19:07:41 +01:00
lil fix
nothing worthwhile, just keeping this for later
This commit is contained in:
@@ -7,8 +7,23 @@
|
||||
desc = "A weaker version of the original fatoray."
|
||||
id = "fatoray_weak"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 1000, MAT_GLASS = 500, MAT_CALORITE = 3000)
|
||||
materials = list(MAT_METAL = 5000, MAT_GLASS = 2000, MAT_CALORITE = 10000)
|
||||
construction_time = 75
|
||||
build_path = /obj/item/gun/energy/fatoray
|
||||
category = list("Weapons")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
||||
|
||||
// FIX THOSE VALUES LATER!!
|
||||
|
||||
|
||||
/datum/design/calorite_collar
|
||||
name = "Calorite Collar"
|
||||
desc = "A collar that amplifies caloric intake of the wearer."
|
||||
id = "calorite_collar"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 500, MAT_GLASS = 2000, MAT_CALORITE = 3000)
|
||||
construction_time = 75
|
||||
build_path = /obj/item/clothing/neck/petcollar/calorite
|
||||
category = list("Weapons")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user