From f378eb7d79307311ae171c2836be2822154f4a01 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 09:51:50 +0100 Subject: [PATCH 1/2] Klouns patch 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Не бойся, клоун рядом matryoshka --- .../living/simple_animal/humanoids/clown.dm | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/humanoids/clown.dm b/code/modules/mob/living/simple_animal/humanoids/clown.dm index d94fa47c77..166ec375a1 100644 --- a/code/modules/mob/living/simple_animal/humanoids/clown.dm +++ b/code/modules/mob/living/simple_animal/humanoids/clown.dm @@ -1,6 +1,6 @@ /mob/living/simple_animal/hostile/clown name = "clown" - desc = "A denizen of clown planet" + desc = "A denizen of glorious clown planet" tt_desc = "E Homo sapiens corydon" //this is an actual clown, as opposed to someone dressed up as one icon_state = "clown" icon_living = "clown" @@ -47,3 +47,27 @@ speak_chance = 1 speak = list("HONK", "Honk!", "Welcome to clown planet!") emote_see = list("honks") + +//CHOMPEDIT: ALL RISE FOR CLOWN CARS, NEVER FEAR BOBO IS HERE +/mob/living/simple_animal/hostile/clown/glorious + name = "клоун" + desc = "Zhitel' slavnoy planety-klouna" + tt_desc = "slav klouna" + faction = "russian" + cold_damage_per_tick = 0 //slav fear no cold + attacktext = list("atakovan") + var/matryoshka = 1 + +/mob/living/simple_animal/hostile/clown/glorious/lesser + matryoshka = 0 + melee_damage_lower = 5 + melee_damage_upper = 5 + run_at_them = 1 + +/mob/living/simple_animal/hostile/clown/glorious/death() + ..() + playsound(src.loc, 'sound/items/bikehorn.ogg', 50, 10) + if(matryoshka) + visible_message("\The [src] opens up revealing another kloun!") + var/location = get_turf(src) + new /mob/living/simple_animal/hostile/clown/glorious/lesser(location) From 9176b8cf9350c16050987e593bd02f8970f94ab1 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 09:52:37 +0100 Subject: [PATCH 2/2] Update clown.dm --- code/modules/mob/living/simple_animal/humanoids/clown.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/humanoids/clown.dm b/code/modules/mob/living/simple_animal/humanoids/clown.dm index 166ec375a1..ba53283300 100644 --- a/code/modules/mob/living/simple_animal/humanoids/clown.dm +++ b/code/modules/mob/living/simple_animal/humanoids/clown.dm @@ -1,6 +1,6 @@ /mob/living/simple_animal/hostile/clown name = "clown" - desc = "A denizen of glorious clown planet" + desc = "A denizen of clown planet" tt_desc = "E Homo sapiens corydon" //this is an actual clown, as opposed to someone dressed up as one icon_state = "clown" icon_living = "clown"