Adds pranks, jukes, and anal retentive bolt action rifles (#3664)

This commit is contained in:
WrongEnd
2017-11-10 23:53:01 -06:00
committed by Lohikar
parent 629da0f9c5
commit 73a10d20e2
15 changed files with 300 additions and 7 deletions
+2 -1
View File
@@ -119,7 +119,8 @@
/obj/item/weapon/gun/launcher/pneumatic/small = TRADER_THIS_TYPE,
/obj/item/clothing/mask/gas/monkeymask = TRADER_THIS_TYPE,
/obj/item/clothing/suit/monkeysuit = TRADER_THIS_TYPE,
/obj/item/clothing/mask/luchador = TRADER_ALL
/obj/item/clothing/mask/luchador = TRADER_ALL,
/obj/item/weapon/gun/bang = TRADER_SUBTYPES_ONLY
)
/datum/trader/ship/replica_shop
+2 -1
View File
@@ -99,7 +99,8 @@
/obj/item/weapon/gun/projectile/revolver/derringer = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/pirate = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/contender = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/revolver/lemat = TRADER_THIS_TYPE
/obj/item/weapon/gun/projectile/revolver/lemat = TRADER_THIS_TYPE,
/obj/item/weapon/gun/projectile/boltaction/vintage = TRADER_THIS_TYPE
)