Removes banana peel shoes (#18871)

* coders be removing fun

* a
This commit is contained in:
Zonespace
2023-01-22 19:10:34 -05:00
committed by GitHub
parent 68292a2b0f
commit 6f70a01eff
3 changed files with 9 additions and 0 deletions
@@ -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
@@ -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
+1
View File
@@ -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"