You can no longer print infinite ammunition. (#37626)
* You can no longer print infinite ammunition. * henk lazy anus Reduces .38 Casings now give a tiny bit of metal so the janitor gets a buff spacing
This commit is contained in:
committed by
CitadelStationBot
parent
e42cce26da
commit
a8a31c9e4b
@@ -7,6 +7,7 @@
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
materials = list(MAT_METAL = 500)
|
||||
var/fire_sound = null //What sound should play when this ammo is fired
|
||||
var/caliber = null //Which kind of guns it can be loaded into
|
||||
var/projectile_type = null //The bullet type to create when New() is called
|
||||
|
||||
@@ -61,3 +61,4 @@
|
||||
desc = "Whose smart idea was it to use toys as crowd control? Ages 18 and up."
|
||||
projectile_type = /obj/item/projectile/bullet/reusable/foam_dart/riot
|
||||
icon_state = "foamdart_riot"
|
||||
materials = list(MAT_METAL = 1000)
|
||||
|
||||
Reference in New Issue
Block a user