From 7d33db565238732b5822dfead06e7e3395f027e3 Mon Sep 17 00:00:00 2001 From: Vanilla1040 <94153240+Vanilla1040@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:48:27 +0100 Subject: [PATCH] Adds borgmat to Synths *Turf (#3088) ## About The Pull Request Adds the borg mat to synths as of a request from AvianAviator ## Why It's Good For The Game Comfy Mat for synths now ## Proof Of Testing Works perfectly fine on localhost ## Changelog :cl: add: Adds the Borg mat to Synth's *Turf /:cl: --- .../modules/emotes/code/additionalemotes/turf_emote.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_skyrat/modules/emotes/code/additionalemotes/turf_emote.dm b/modular_skyrat/modules/emotes/code/additionalemotes/turf_emote.dm index 73451dbfbb5..833bfb948ac 100644 --- a/modular_skyrat/modules/emotes/code/additionalemotes/turf_emote.dm +++ b/modular_skyrat/modules/emotes/code/additionalemotes/turf_emote.dm @@ -50,6 +50,8 @@ else user.allowed_turfs += "holoseat" + user.allowed_turfs += "borgmat" + //wings if((istype(user.get_organ_slot(ORGAN_SLOT_WINGS), /obj/item/organ/external/wings/moth)) || HAS_TRAIT(user, TRAIT_SPARKLE_ASPECT)) user.allowed_turfs += "dust" //moth's dust ✨