Skip to content

Commit

Permalink
Guard Commander gets a cool revolver (SS13-SCP13#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandolphina authored and JakeDaBoss committed Dec 26, 2018
1 parent 223593e commit 7855105
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/projectile/revolver.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/weapon/gun/projectile/revolver
name = "revolver"
desc = "The Lumoco Arms HE Colt is a choice revolver for when you absolutely, positively need to put a hole in the other guy. Uses .357 ammo."
desc = "The SCPF Mk7 Revolver, reminiscent of the Colt Python. This weapon, patented and produced by the SCP Foundation is popular among high-ranking security officers. Uses .357 ammo."
icon_state = "revolver"
item_state = "revolver"
caliber = "357"
Expand Down
37 changes: 37 additions & 0 deletions html/changelogs/Pandolphina.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################

# Your name.
author: Pandolphina

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True

# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Gives the Guard Commander a cool .357 revolver instead of a lame pistol."
- tweak: "Changed the description of the .357 revolver to fit lore"
4 changes: 2 additions & 2 deletions maps/site19/structures/closets/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
/obj/item/clothing/accessory/armor/tag/solgov/com/guardcomm,
/obj/item/weapon/storage/belt/security/tactical,
/obj/item/clothing/accessory/storage/pouches/large,
/obj/item/weapon/gun/projectile/sec/sec,
/obj/item/ammo_magazine/c45m = 4,
/obj/item/weapon/gun/projectile/revolver,
/obj/item/ammo_magazine/a357 = 4,
/obj/item/weapon/gun/projectile/automatic/c20r,
/obj/item/ammo_magazine/a10mm = 4,
/obj/item/weapon/melee/telebaton,
Expand Down

0 comments on commit 7855105

Please sign in to comment.