added more items, stock/price/chance balance
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
/obj/item/ammo_box/magazine/internal/cylinder/derringer
|
||||
name = "derringer receiver"
|
||||
caliber = list("38")
|
||||
ammo_type = /obj/item/ammo_casing/c38/lethal // lets have it start loaded
|
||||
ammo_type = /obj/item/ammo_casing/c38
|
||||
max_ammo = 2
|
||||
|
||||
// lets not let it reload with speedloadrs, it makes no sense! but maybe later lets allow it?
|
||||
|
||||
@@ -501,14 +501,13 @@
|
||||
// also
|
||||
/obj/item/gun/ballistic/revolver/derringer
|
||||
name = "derringer pistol"
|
||||
desc = "A favorite among dentists and vengeful heroes. Hides neatly inside your sleeves! Uses .357 rounds."
|
||||
desc = "A favorite among dentists and vengeful heroes. Hides neatly inside your sleeves! Uses .38 rounds."
|
||||
fire_sound = "sound/weapons/derringer.ogg"
|
||||
icon_state = "pistol" // placeholder
|
||||
|
||||
// not visible in sprite, we want it to be like in jango
|
||||
// not having it show on examining would be good and 'if (wearing clothes)' would desirable
|
||||
item_state = null
|
||||
|
||||
mag_type = /obj/item/ammo_box/magazine/internal/cylinder/derringer
|
||||
suppressed = TRUE // it needs to be good at something
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
Reference in New Issue
Block a user