diff --git a/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/!icons/ego_weapons.dmi b/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/!icons/ego_weapons.dmi index f985ff9a0889..cd9a56eb4347 100644 Binary files a/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/!icons/ego_weapons.dmi and b/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/!icons/ego_weapons.dmi differ diff --git a/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/ego_weapons.dm b/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/ego_weapons.dm index 645bff815c60..c8957411db76 100644 --- a/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/ego_weapons.dm +++ b/code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/ego_weapons.dm @@ -350,3 +350,29 @@ /obj/item/ego_weapon/lance/wild_ride/get_clamped_volume() return 40 + + +// netz code, might be shit +// Wisconsin +/obj/item/ego_weapon/joke/realization/wisconsin + name = "Wisconsin" + desc = "You feel like you'll dream about cheese tonight." + icon = "code/modules/mob/living/simple_animal/abnormality/_auxiliary_modes/joke/!icons/ego_weapons.dmi" + icon_state = "cheesewedge_wisconsin" + force = 50 + attack_speed = 0.5 // should be half the normal speed + damtype = WHITE_DAMAGE + attribute_requirements = list( + FORTITUDE_ATTRIBUTE = 60, + PRUDENCE_ATTRIBUTE = 120, + TEMPERANCE_ATTRIBUTE = 60, + JUSTICE_ATTRIBUTE = 60 + ) + var/list/random_colors = list( + "red" = "#FF0000", + "blue" = "#00FF00", + "green" = "#0000FF", + "yellow" = "#FFFF00", + "cyan" = "#00FFFF", + "purple" = "#FF00FF" + ) diff --git a/code/modules/mob/living/simple_animal/abnormality/_tools/zayin/realizer.dm b/code/modules/mob/living/simple_animal/abnormality/_tools/zayin/realizer.dm index a08aa992e1e5..77f0ca3a3fb4 100644 --- a/code/modules/mob/living/simple_animal/abnormality/_tools/zayin/realizer.dm +++ b/code/modules/mob/living/simple_animal/abnormality/_tools/zayin/realizer.dm @@ -62,6 +62,7 @@ /obj/item/ego_weapon/paradise = /obj/item/toy/plush/ayin, // He-he /obj/item/toy/plush/hokma = /obj/item/toy/plush/benjamin, /obj/item/toy/plush/angela = /obj/item/toy/plush/carmen, + /obj/item/food/cheesewheel = /obj/item/ego_weapon/joke/realization/wisconsin // Joke Weapon ) //Visual vars