Adds sterilizine to medical (#11550)

This commit is contained in:
Casper3667
2021-03-29 17:32:06 +02:00
committed by GitHub
parent 1efa6bb70d
commit 78cedded21
4 changed files with 50 additions and 1 deletions

View File

@@ -473,7 +473,8 @@
/obj/item/reagent_containers/pill/cetahydramine = 6,
/obj/item/reagent_containers/pill/perconol = 6,
/obj/item/reagent_containers/food/drinks/medcup = 4,
/obj/item/storage/pill_bottle = 4
/obj/item/storage/pill_bottle = 4,
/obj/item/reagent_containers/spray/sterilizine = 2
)
contraband = list(
/obj/item/reagent_containers/inhaler/space_drugs = 2,

View File

@@ -144,6 +144,13 @@
/obj/item/reagent_containers/spray/sterilizine
name = "sterilizine"
desc = "Great for hiding incriminating bloodstains and sterilizing scalpels."
icon = 'icons/obj/janitor.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_hydro.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_hydro.dmi',
)
icon_state = "sterilespray"
item_state = "spraycan"
/obj/item/reagent_containers/spray/sterilizine/Initialize()
. = ..()

View File

@@ -0,0 +1,41 @@
################################
# 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: TheGreyWolf
# 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: "Sterilizine now have a unique sprite and has been added to the nanomed plus."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB