From aa29d013c495a5604a2bfb1773c6e82d8581f97e Mon Sep 17 00:00:00 2001 From: nevimer <77420409+nevimer@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:07:11 -0500 Subject: [PATCH] Being Polite to Lightgeist (#1179) ## About The Pull Request ![Discord_cOhpkhU7Hu](https://github.com/Bubberstation/Bubberstation/assets/77420409/37721de1-1a86-4f83-8e1b-d053fcb7d4b2) ## Why It's Good For The Game ![Discord_cOhpkhU7Hu](https://github.com/Bubberstation/Bubberstation/assets/77420409/d7ea438a-e801-42ed-8141-0abec3721a8c) ## Proof Of Testing it builds so it works ## Changelog :cl: balance: you now hug and pat lightgeists /:cl: --- .../code/modules/mob/living/basic/lightgeist/lightgeist.dm | 3 +++ tgstation.dme | 1 + 2 files changed, 4 insertions(+) create mode 100644 modular_zubbers/code/modules/mob/living/basic/lightgeist/lightgeist.dm diff --git a/modular_zubbers/code/modules/mob/living/basic/lightgeist/lightgeist.dm b/modular_zubbers/code/modules/mob/living/basic/lightgeist/lightgeist.dm new file mode 100644 index 00000000000..73ad46756bb --- /dev/null +++ b/modular_zubbers/code/modules/mob/living/basic/lightgeist/lightgeist.dm @@ -0,0 +1,3 @@ +/mob/living/basic/lightgeist + response_help_continuous = "pats" + response_help_simple = "hugs" diff --git a/tgstation.dme b/tgstation.dme index 06d5ea74e94..28e50a337ff 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -8412,6 +8412,7 @@ #include "modular_zubbers\code\modules\mob\living\examine.dm" #include "modular_zubbers\code\modules\mob\living\living.dm" #include "modular_zubbers\code\modules\mob\living\basic\guardian\guardian_types\holoparasite_timestop.dm" +#include "modular_zubbers\code\modules\mob\living\basic\lightgeist\lightgeist.dm" #include "modular_zubbers\code\modules\mob\living\basic\moonstation\cazador.dm" #include "modular_zubbers\code\modules\mob\living\basic\moonstation\scorpion.dm" #include "modular_zubbers\code\modules\mob\living\basic\pets\dog\_dog.dm"