From 2a2f4f6ef6c719f0e941ac6de4cc2c86a6b0a9e4 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 11 Feb 2019 10:55:36 +0100 Subject: [PATCH] A lazy dragon egg Might make a special sprite for it once im home. --- code/modules/mob/living/simple_animal/vore/dragon.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/mob/living/simple_animal/vore/dragon.dm b/code/modules/mob/living/simple_animal/vore/dragon.dm index 4e895f3dd6..97418ae941 100644 --- a/code/modules/mob/living/simple_animal/vore/dragon.dm +++ b/code/modules/mob/living/simple_animal/vore/dragon.dm @@ -30,6 +30,15 @@ pixel_x = -16 pixel_y = 0 +//CHOMPEDIT Just an easteregg on a mob that isnt really used but still. +/mob/living/simple_animal/hostile/dragon/New() + ..() + if(prob(1))//almost forgot this woops + name = "Slackwyrm" //Just an itty bitty easteregg dont mind me + desc = "A fierce dragon, well this one seems a bit more lazy. http://www.joshuawright.net/slack-wyrm-001.html" // + //Thanks to Josh Wright, the maker of slackwyrm for allowing this easteregg to exist. + + /mob/living/simple_animal/hostile/dragon/Process_Spacemove(var/check_drift = 0) return 1 //No drifting in space for space dragons!