Removes crap, upgraded, and upgaded+ cells. Buffs the capacity of basic cells. (#29958)

* Purgation complete

* Update cell.dm

* duplicated descriptions

* subtyping

* Update cell.dm

* Loot

* Update misc_spawners.dm

* Update misc_spawners.dm

* Update code/game/objects/effects/spawners/random/misc_spawners.dm

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* Update cell.dm

* Update code/game/objects/effects/spawners/random/misc_spawners.dm

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* Update code/modules/power/cell.dm

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-08-26 01:38:33 +00:00
committed by GitHub
co-authored by 1080pCat PollardTheDragon
parent 87601899fa
commit be2f874e76
10 changed files with 128 additions and 102 deletions
@@ -69,7 +69,7 @@
access_card.access = J.get_access()
LAZYADD(access_card.access, ACCESS_CARGO_BOT)
prev_access = access_card.access
cell = new /obj/item/stock_parts/cell/upgraded(src)
cell = new /obj/item/stock_parts/cell/high(src)
mulebot_count++
set_suffix(suffix ? suffix : "#[mulebot_count]")