Merge pull request #5002 from Probe1/I'm_a_cop_you_idiot

Changes beepsky to report arrests by default
This commit is contained in:
d3athrow
2015-06-17 17:32:26 -05:00
2 changed files with 37 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
idcheck = 0 idcheck = 0
auto_patrol = 1 auto_patrol = 1
weapons_check = 0 weapons_check = 0
declare_arrests = 1
/obj/item/weapon/secbot_assembly /obj/item/weapon/secbot_assembly
name = "helmet/signaler assembly" name = "helmet/signaler assembly"

View File

@@ -0,0 +1,36 @@
################################
# 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
# rscdel (general adding of nice things)
# rscadd (general deleting of nice things)
# imageadd
# imagedel
# spellcheck (typo fixes)
# experiment
# tgs (TG-ported fixes?)
#################################
# Your name.
author: Probe1
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
changes:
- rscadd: Beepsky will now report arrests he makes by default.