INTRODUCING KITCHEN GUN (#7508)

This commit is contained in:
deathride58
2018-09-07 08:40:35 -04:00
committed by kevinz000
parent 7f9df0de93
commit 6fa011c1be
7 changed files with 74 additions and 2 deletions
@@ -26,6 +26,12 @@
mag_type = /obj/item/ammo_box/magazine/m45
can_suppress = FALSE
/obj/item/gun/ballistic/automatic/pistol/m1911/kitchengun
name = "\improper Kitchen Gun (TM)"
desc = "Say goodbye to dirt with Kitchen Gun (TM)! Laser sight and night vision accessories sold separately."
icon_state = "kitchengun"
mag_type = /obj/item/ammo_box/magazine/m45/kitchengun
/obj/item/gun/ballistic/automatic/pistol/deagle
name = "\improper Desert Eagle"
desc = "A robust .50 AE handgun."
@@ -78,4 +84,3 @@
else
to_chat(user, "<span class='notice'>..and falls into view. Whew, that was a close one.</span>")
user.dropItemToGround(src)