mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user