mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +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
@@ -990,7 +990,7 @@ SLIME SCANNER
|
||||
throw_range = 10
|
||||
origin_tech = "magnets=6;biotech=6"
|
||||
var/obj/item/stock_parts/cell/cell
|
||||
var/cell_type = /obj/item/stock_parts/cell/upgraded
|
||||
var/cell_type = /obj/item/stock_parts/cell/high
|
||||
var/ready = TRUE // Ready to scan
|
||||
var/printing = FALSE
|
||||
var/time_to_use = 0 // How much time remaining before next scan is available.
|
||||
@@ -1002,7 +1002,7 @@ SLIME SCANNER
|
||||
return cell
|
||||
|
||||
/obj/item/bodyanalyzer/advanced
|
||||
cell_type = /obj/item/stock_parts/cell/upgraded/plus
|
||||
cell_type = /obj/item/stock_parts/cell/super // twice the charge!
|
||||
|
||||
/obj/item/bodyanalyzer/borg
|
||||
name = "cyborg body analyzer"
|
||||
|
||||
Reference in New Issue
Block a user