mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Initialized Storage Items (#15057)
* Refactor V1 * And this too Three commits already * Review stuff * hecking invisible runtimes * Cleanup and Documentation This part is NOT intended to be a refactor. I just figured why not go through everything since I'm already messing with it. * Hopefully got all of the . = ..() Also fixed a massive bug that I somehow didn't notice. Co-Authored-By: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * for() loops Pretty sure I got everything. Cutoff point is 4 items. Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
var/obj/item/r_hand = null //Living
|
||||
var/obj/item/back = null //Human
|
||||
var/obj/item/tank/internal = null //Human
|
||||
/// Active storage container
|
||||
var/obj/item/storage/s_active = null //Carbon
|
||||
var/obj/item/clothing/mask/wear_mask = null //Carbon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user