mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Replaces T2 Tools with T1 Versions in CE Toolbelt (#92872)
## About The Pull Request Removes the T2 tools from CE belt ## Why It's Good For The Game The T2 tools are bad because: 1. It encourages heads to play their subdepartment’s roles instead of their own, which is to manage their department, delegate tasks, and teach newer players. 2. It encourages bad command players to take the role for the gear instead of leaving it for the people who want it for the command. This also sets a bad precedent, people always point at the CE for reason why other heads should get more advanced gear, so this would be a hard bandaid to rip off but I think it is necessary. ## Changelog 🆑 balance: Downgraded CE tools to T1 instead of T2 /🆑
This commit is contained in:
@@ -54,24 +54,23 @@
|
||||
preload = TRUE
|
||||
|
||||
/obj/item/storage/belt/utility/chief/full/PopulateContents()
|
||||
SSwardrobe.provide_type(/obj/item/screwdriver/power, src)
|
||||
SSwardrobe.provide_type(/obj/item/crowbar/power, src)
|
||||
SSwardrobe.provide_type(/obj/item/weldingtool/experimental, src)
|
||||
SSwardrobe.provide_type(/obj/item/screwdriver, src)
|
||||
SSwardrobe.provide_type(/obj/item/wrench, src)
|
||||
SSwardrobe.provide_type(/obj/item/weldingtool, src)
|
||||
SSwardrobe.provide_type(/obj/item/crowbar, src)
|
||||
SSwardrobe.provide_type(/obj/item/wirecutters, src)
|
||||
SSwardrobe.provide_type(/obj/item/multitool, src)
|
||||
SSwardrobe.provide_type(/obj/item/stack/cable_coil, src)
|
||||
SSwardrobe.provide_type(/obj/item/extinguisher/mini, src)
|
||||
SSwardrobe.provide_type(/obj/item/analyzer, src)
|
||||
//much roomier now that we've managed to remove two tools
|
||||
|
||||
/obj/item/storage/belt/utility/chief/full/get_types_to_preload()
|
||||
var/list/to_preload = list() //Yes this is a pain. Yes this is the point
|
||||
to_preload += /obj/item/screwdriver/power
|
||||
to_preload += /obj/item/crowbar/power
|
||||
to_preload += /obj/item/weldingtool/experimental
|
||||
to_preload += /obj/item/screwdriver
|
||||
to_preload += /obj/item/wrench
|
||||
to_preload += /obj/item/weldingtool
|
||||
to_preload += /obj/item/crowbar
|
||||
to_preload += /obj/item/wirecutters
|
||||
to_preload += /obj/item/multitool
|
||||
to_preload += /obj/item/stack/cable_coil
|
||||
to_preload += /obj/item/extinguisher/mini
|
||||
to_preload += /obj/item/analyzer
|
||||
return to_preload
|
||||
|
||||
/obj/item/storage/belt/utility/full/PopulateContents()
|
||||
|
||||
Reference in New Issue
Block a user