From db2ca9824a1a50cb134f8f43b7af69288bc4471f Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sun, 24 Jan 2021 08:36:17 -0500 Subject: [PATCH] Adds a playstyle string to laughter (#15318) --- code/game/gamemodes/miniantags/slaughter/slaughter.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/gamemodes/miniantags/slaughter/slaughter.dm b/code/game/gamemodes/miniantags/slaughter/slaughter.dm index 244ff1a7beb..7707449df4f 100644 --- a/code/game/gamemodes/miniantags/slaughter/slaughter.dm +++ b/code/game/gamemodes/miniantags/slaughter/slaughter.dm @@ -302,6 +302,11 @@ health = 175 melee_damage_lower = 25 melee_damage_upper = 25 + playstyle_string = "You are the Laughter Demon, an adorable creature from another existence. You have a single desire: to hug and tickle. \ + You may use the blood crawl icon when on blood pools to travel through them, appearing and dissapearing from the station at will. \ + Pulling a dead or critical mob while you enter a pool will pull them in with you, allowing you to hug them. \ + You move quickly upon leaving a pool of blood, but the material world will soon sap your strength and leave you sluggish. \ + (You should be attacking people on harm intent, and not nuzzling them.)" attack_sound = 'sound/items/bikehorn.ogg' feast_sound = 'sound/spookoween/scary_horn2.ogg'