Quick RCD fixes (#6742)

This commit is contained in:
BlackMajor
2023-08-07 07:51:58 +02:00
committed by GitHub
parent ea05422d4d
commit 71c9c94757
9 changed files with 181 additions and 23 deletions
+2 -2
View File
@@ -312,11 +312,11 @@
w_class = ITEMSIZE_SMALL
origin_tech = list(TECH_MATERIAL = 2)
matter = list(DEFAULT_WALL_MATERIAL = 30000,MAT_GLASS = 15000)
var/remaining = RCD_MAX_CAPACITY / 3
var/remaining = RCD_MAX_CAPACITY / 0.75 //CHOMPEdit
/obj/item/weapon/rcd_ammo/large
name = "high-capacity matter cartridge"
desc = "Do not ingest."
matter = list(DEFAULT_WALL_MATERIAL = 45000,MAT_GLASS = 22500)
origin_tech = list(TECH_MATERIAL = 4)
remaining = RCD_MAX_CAPACITY
remaining = RCD_MAX_CAPACITY * 2 //CHOMPEdit