mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 20:37:45 +01:00
new gun!!
calorite cannon + other small tweaks, continuing to work on calorite research
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user