mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
co-authored by
1080pCat
PollardTheDragon
parent
87601899fa
commit
be2f874e76
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user