new gun!!

calorite cannon + other small tweaks, continuing to work on calorite research
This commit is contained in:
Sonoida
2023-03-14 01:05:20 +01:00
parent 59cdacd0b5
commit 56491d8dca
4 changed files with 62 additions and 13 deletions
@@ -4,7 +4,6 @@
/datum/design/fatoray_weak
name = "Basic Fatoray"
desc = "A weaker version of the original fatoray."
id = "fatoray_weak"
build_type = PROTOLATHE
materials = list(MAT_METAL = 5000, MAT_GLASS = 2000, MAT_CALORITE = 10000)
@@ -13,6 +12,17 @@
category = list("Weapons")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
/datum/design/fatoray_oneshot
name = "Cannonshot Fatoray"
id = "fatoray_cannon"
build_type = PROTOLATHE
materials = list(MAT_METAL = 5000, MAT_GLASS = 2000, MAT_CALORITE = 10000)
construction_time = 200
build_path = /obj/item/gun/energy/fatoray/cannon
category = list("Weapons")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
// FIX THOSE VALUES LATER!!
@@ -24,6 +34,6 @@
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")
category = list("Weapons") // FIX THIS CATEGORY LATER, FORGOT THEIR NAMES LUL
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE