mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds virology goals! Something for the viro to do (Ready for review) (#23408)
* virus analyzer and WIP virology goals * bug fixes but not all * tgui update * fixed bug * runtime fix * small fix * misc * virology goals not showing required symptoms fix * virus analyzer code polish + animation tweak * removes virus analyzer + tweaks * adds the health analyzer back * code polish * comment edit * oops, this time resolves merge conflicts * bigger payout and more goals upon completion * adds the until now unused vial lockbox * more code tweaks * also code tweaks * yet another code polish * merge conflict resolve * virology job_objective * merge conflict resolve * grammar * code polish * another polish * forgot these * oops, how did i do this mapping error * some but not all code polish and moves vials to fridge because i forgot on map queue, sorry * finally merging some of the requested changes * forgot this * one reguested change left * merges last reguested change * failed check asks to rebuild tgui * most of the reviews * removes lazyremove, no idea why i used it there * reviews * grammar Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * more reviews * forgot to undef * deletes old tgui file * Contrabang reviews * some of DGamerL´s reviews * oops * DGamerL´s reviews * Update tgui.bundle.js * stealth virus virology goal now requires 4 symptoms instead of 5 --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
S34N
SteelSlayer
parent
38f009b763
commit
d6a48deac3
@@ -401,7 +401,7 @@
|
||||
icon_state = "vialbox0"
|
||||
item_state = "syringe_kit"
|
||||
max_w_class = WEIGHT_CLASS_NORMAL
|
||||
can_hold = list(/obj/item/reagent_containers/glass/beaker/vial)
|
||||
can_hold = list(/obj/item/reagent_containers/glass/bottle)
|
||||
max_combined_w_class = 14 //The sum of the w_classes of all the items in this storage item.
|
||||
storage_slots = 6
|
||||
req_access = list(ACCESS_VIROLOGY)
|
||||
|
||||
Reference in New Issue
Block a user