Adds a new smite for admins to use, for those more inclined to wibble (#21549)

* WIBBLE

GOD YES

* wiibble wobble
This commit is contained in:
cowbot92
2024-02-29 11:55:25 -05:00
committed by GitHub
parent 7fed46fb46
commit 4ce0077b9f
2 changed files with 7 additions and 2 deletions

View File

@@ -86,6 +86,7 @@
#define ADMIN_PUNISHMENT_SCARIFY "Scarify"
#define ADMIN_PUNISHMENT_SMSPIDER "SM Spider"
#define ADMIN_PUNISHMENT_FLASHBANG "Flashbang"
#define ADMIN_PUNISHMENT_WIBBLY "Wibblify"
#define AHELP_ACTIVE 1
#define AHELP_CLOSED 2

View File

@@ -1146,8 +1146,8 @@ Traitors and the like can also be revived with the previous role mostly intact.
ADMIN_PUNISHMENT_PERFORATE,
ADMIN_PUNISHMENT_SCARIFY,
ADMIN_PUNISHMENT_SMSPIDER,
ADMIN_PUNISHMENT_FLASHBANG
)
ADMIN_PUNISHMENT_FLASHBANG,
ADMIN_PUNISHMENT_WIBBLY)
var/punishment = input("Choose a punishment", "DIVINE SMITING") as null|anything in punishment_list
@@ -1331,6 +1331,10 @@ Traitors and the like can also be revived with the previous role mostly intact.
CB.prime()
chucklenuts.flash_act()
if(ADMIN_PUNISHMENT_WIBBLY)
apply_wibbly_filters(target, 888)
to_chat(target, span_warning("Something feels very... wibbly!"))
punish_log(target, punishment)
/**