mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Russian carp and plushie (#952)
Adds an admin-spawn Ushanka-wearing version of the space carp and a plushie Russian carp which can be earned from vending machines, in reference to a thing we did a while ago. I'd put the plushie ruskie carp on the same level as the Aurora posters, if we're concerned about haha meme code, and the Ushanka carp on the same level as Garn's Bluespace shark antics. Just a harmless thing for fun to add.
This commit is contained in:
@@ -892,6 +892,12 @@
|
||||
icon_state = "beepskyplushie"
|
||||
phrase = "Ping!"
|
||||
|
||||
/obj/structure/plushie/ivancarp
|
||||
name = "plush Ivan the carp"
|
||||
desc = "A plushie in the spitting image of a russian raised carp."
|
||||
icon_state = "carpplushie_russian"
|
||||
phrase = "Blyat!"
|
||||
|
||||
//Small plushies.
|
||||
/obj/item/toy/plushie
|
||||
name = "generic small plush"
|
||||
|
||||
@@ -53,4 +53,19 @@
|
||||
if(istype(L))
|
||||
if(prob(15))
|
||||
L.Weaken(3)
|
||||
L.visible_message("<span class='danger'>\the [src] knocks down \the [L]!</span>")
|
||||
L.visible_message("<span class='danger'>\the [src] knocks down \the [L]!</span>")
|
||||
|
||||
|
||||
/mob/living/simple_animal/hostile/carp/russian
|
||||
name = "Ivan the carp"
|
||||
desc = "A feared space carp, nicknamed as Ivan by the old spacemen of Tau Ceti."
|
||||
icon_state = "carp_russian"
|
||||
icon_living = "carp_russian"
|
||||
icon_dead = "carp_russian_dead"
|
||||
maxHealth = 50 //stronk
|
||||
health = 50
|
||||
|
||||
/mob/living/simple_animal/hostile/carp/russian/FindTarget()
|
||||
. = ..()
|
||||
if(.)
|
||||
custom_emote(1,"spots a filthy capitalist!")
|
||||
@@ -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
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Fire and Glory
|
||||
|
||||
# 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: "Increasing Ivan the Space Carp's presence around the station."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 203 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user