Kills recent codersprites (#7360)
@@ -160,8 +160,8 @@
|
||||
/obj/item/weapon/gun/energy/mousegun
|
||||
name = "\improper NT \"Arodentia\" Pesti-Shock"
|
||||
desc = "A highly sophisticated and probably safe beamgun designed for rapid pest-control."
|
||||
icon_state = "floramut100"
|
||||
item_state = "floramut"
|
||||
icon_state = "pestishock100"
|
||||
item_state = "pestishock"
|
||||
charge_meter = 0
|
||||
w_class = 3
|
||||
fire_sound = 'sound/weapons/taser2.ogg'
|
||||
|
||||
@@ -1211,7 +1211,7 @@
|
||||
/datum/reagent/mental/kokoreed
|
||||
name = "Koko Reed Juice"
|
||||
id = "kokoreed"
|
||||
description = "Juice from the Koko reed plant. Caused unique mental effects in unathi"
|
||||
description = "Juice from the Koko reed plant. Causes unique mental effects in Unathi."
|
||||
reagent_state = LIQUID
|
||||
color = "#008000"
|
||||
metabolism = 0.0016 * REM
|
||||
|
||||
@@ -514,7 +514,7 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy/koko
|
||||
name = "\improper Koko bar"
|
||||
desc = "A sweet, yet gritty candy bar cultivated exclusively on the Compact ruled world of Ha zana. It's a good pick-me-up for Unathi, but has no affect on other species."
|
||||
desc = "A sweet and gritty candy bar cultivated exclusively on the Compact ruled world of Ha'zana. A good pick-me-up for Unathi, but has no effect on other species."
|
||||
icon_state = "kokobar"
|
||||
trash = /obj/item/trash/kokobar
|
||||
filling_color = "#7D5F46"
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
################################
|
||||
# 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
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Wowzewow
|
||||
|
||||
# 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:
|
||||
- imageadd: "New sprites for improvised swords, Pesti-shocks, Power drills, and Koko bars."
|
||||
- tweak: "Fixes Koko related grammar."
|
||||
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 888 B |