mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user