mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 07:26:39 +01:00
Modified LeMat Fluff Weapon (#3337)
* LeMat * Update custom_guns_vr.dm * Update custom_guns_vr.dm * Update custom_guns_vr.dm * Update custom_guns_vr.dm * Update custom_guns_vr.dm
This commit is contained in:
@@ -347,6 +347,11 @@
|
||||
name = "\improper MEUSOC .45"
|
||||
desc = "Some serious drywall work, coming up!"
|
||||
*/
|
||||
//hzdonut:Jesse Soemmer
|
||||
/obj/item/weapon/gun/projectile/revolver/fluff/jesselemat
|
||||
name = "Modified LeMat"
|
||||
desc = "The LeMat Revolver is a 9 shot revolver with a secondary firing barrel for loading shotgun shells. Uses .38-Special and 12g rounds depending on the barrel. This one appears to have had it's secondary barrel sealed off and looks to be in pristine condition. Either it's brand new, or its owner takes very good care of it."
|
||||
icon_state = "lemat"
|
||||
|
||||
//////////////////// Energy Weapons ////////////////////
|
||||
|
||||
@@ -794,4 +799,4 @@
|
||||
if(T.z in using_map.map_levels)
|
||||
to_chat(user, "<span class='warning'>The safety device prevents the gun from firing this close to the facility.</span>")
|
||||
return 0
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -51,6 +51,11 @@
|
||||
name = "Sorrel Cavalet's Sidearm Permit"
|
||||
desc = "A card indicating that the owner is allowed to carry a sidearm. It is issued by CentCom, so it is valid until it expires on September 26th, 2562."
|
||||
|
||||
// hzdonut:Jesse Soemmer
|
||||
/obj/item/clothing/accessory/permit/gun/fluff/JesseSoemmer
|
||||
name = "Jesse Soemmer's Sidearm Permit"
|
||||
desc = "A card indicating that the owner is allowed to carry a sidearm. It is issued by CentCom, so it is valid until it expires on March 4, 2563."
|
||||
|
||||
/* Legacy Permits
|
||||
// BEGIN - PROTOTYPE
|
||||
/obj/item/clothing/accessory/permit/gun/fluff
|
||||
|
||||
Reference in New Issue
Block a user