diff --git a/code/modules/uplink/uplink_items/nukeops.dm b/code/modules/uplink/uplink_items/nukeops.dm index a19ce707208..c87e6d11bc8 100644 --- a/code/modules/uplink/uplink_items/nukeops.dm +++ b/code/modules/uplink/uplink_items/nukeops.dm @@ -581,6 +581,7 @@ item = /obj/item/storage/toolbox/emergency/turret/nukie cost = 16 +/* //SKYRAT REMOVAL START /datum/uplink_item/stealthy_tools/combatbananashoes name = "Combat Banana Shoes" desc = "While making the wearer immune to most slipping attacks like regular combat clown shoes, these shoes \ @@ -590,6 +591,7 @@ cost = 6 surplus = 0 purchasable_from = UPLINK_CLOWN_OPS +*/ //SKYRAT REMOVAL END /datum/uplink_item/stealthy_tools/syndigaloshes/nuke item = /obj/item/clothing/shoes/chameleon/noslip diff --git a/modular_skyrat/master_files/code/modules/clothing/shoes/bananashoes.dm b/modular_skyrat/master_files/code/modules/clothing/shoes/bananashoes.dm new file mode 100644 index 00000000000..32486b0166c --- /dev/null +++ b/modular_skyrat/master_files/code/modules/clothing/shoes/bananashoes.dm @@ -0,0 +1,6 @@ +// Reasoning behind this: silly? perhaps. Spamming a hundred banana peels being good for RP? not so much +// This is unfortunately mapped into maps instead of being loot/a spawner, so we're forced to remove it this way + +/obj/item/clothing/shoes/clown_shoes/banana_shoes/Initialize(mapload) + ..() + return INITIALIZE_HINT_QDEL diff --git a/tgstation.dme b/tgstation.dme index 90acc3060a5..da07b30387d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -5196,6 +5196,7 @@ #include "modular_skyrat\master_files\code\modules\clothing\head\cowboy.dm" #include "modular_skyrat\master_files\code\modules\clothing\head\monkey_magnification_helmet.dm" #include "modular_skyrat\master_files\code\modules\clothing\outfits\ert.dm" +#include "modular_skyrat\master_files\code\modules\clothing\shoes\bananashoes.dm" #include "modular_skyrat\master_files\code\modules\clothing\shoes\boots.dm" #include "modular_skyrat\master_files\code\modules\clothing\shoes\sneakers.dm" #include "modular_skyrat\master_files\code\modules\clothing\shoes\wheelys.dm"