diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 2aba8f4e00..0d638c2885 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -116,7 +116,7 @@ GLOBAL_LIST_INIT(admin_verbs_fun, list( /client/proc/show_tip, /client/proc/smite, /client/proc/admin_away, - /client/proc/spawn_floor_cluwne, + // /client/proc/spawn_floor_cluwne, /client/proc/cmd_admin_toggle_fov, //CIT CHANGE - FOV /client/proc/roll_dices //CIT CHANGE - Adds dice verb )) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 9ebb32e9fe..a2cb1e253d 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -1722,7 +1722,7 @@ Traitors and the like can also be revived with the previous role mostly intact. if(!source) return REMOVE_TRAIT(D,chosen_trait,source) - +/* /client/proc/spawn_floor_cluwne() set category = "Admin.Fun" set name = "Unleash Floor Cluwne" @@ -1742,3 +1742,4 @@ Traitors and the like can also be revived with the previous role mostly intact. new /mob/living/simple_animal/hostile/floor_cluwne(T) log_admin("[key_name(usr)] spawned floor cluwne.") message_admins("[key_name(usr)] spawned floor cluwne.") +*/ diff --git a/code/modules/clothing/masks/cluwne.dm b/code/modules/clothing/masks/cluwne.dm index a1177e2b47..602d4ff29c 100644 --- a/code/modules/clothing/masks/cluwne.dm +++ b/code/modules/clothing/masks/cluwne.dm @@ -96,11 +96,11 @@ H.dropItemToGround(src) H.cluwneify() qdel(src) - else if(is_very_cursed && can_cluwne) + /*else if(is_very_cursed && can_cluwne) var/turf/T = get_turf(src) var/mob/living/simple_animal/hostile/floor_cluwne/S = new(T) S.Acquire_Victim(user) log_admin("[key_name(user)] summoned a floor cluwne using the [src]") message_admins("[key_name(user)] summoned a floor cluwne using the [src]") - to_chat(H, "The mask suddenly slips off your face and... slides under the floor?") + to_chat(H, "The mask suddenly slips off your face and... slides under the floor?")*/ to_chat(H, "...dneirf uoy ot gnoleb ton seod tahT") diff --git a/tgstation.dme b/tgstation.dme index 82d719d197..64606c5b81 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2140,7 +2140,7 @@ #include "code\modules\events\electrical_storm.dm" #include "code\modules\events\fake_virus.dm" #include "code\modules\events\false_alarm.dm" -#include "code\modules\events\floorcluwne.dm" +//#include "code\modules\events\floorcluwne.dm" #include "code\modules\events\fugitive_spawning.dm" #include "code\modules\events\ghost_role.dm" #include "code\modules\events\grid_check.dm" @@ -2855,7 +2855,7 @@ #include "code\modules\mob\living\simple_animal\hostile\dark_wizard.dm" #include "code\modules\mob\living\simple_animal\hostile\eyeballs.dm" #include "code\modules\mob\living\simple_animal\hostile\faithless.dm" -#include "code\modules\mob\living\simple_animal\hostile\floor_cluwne.dm" +//#include "code\modules\mob\living\simple_animal\hostile\floor_cluwne.dm" #include "code\modules\mob\living\simple_animal\hostile\giant_spider.dm" #include "code\modules\mob\living\simple_animal\hostile\goose.dm" #include "code\modules\mob\living\simple_animal\hostile\headcrab.dm"