mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
[MIRROR] Hud screens now set hud owner in Initialize. [MDB IGNORE] (#22501)
* Hud screens now set hud owner in Initialize. * Merge conflicts * modular adjustments * Missed one * Make this easier to spot --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
@@ -89,8 +89,8 @@
|
||||
var/display_contents = TRUE
|
||||
|
||||
/datum/storage/New(atom/parent, max_slots, max_specific_storage, max_total_storage, numerical_stacking, allow_quick_gather, allow_quick_empty, collection_mode, attack_hand_interact)
|
||||
boxes = new(null, src)
|
||||
closer = new(null, src)
|
||||
boxes = new(null, null, src)
|
||||
closer = new(null, null, src)
|
||||
|
||||
src.parent = WEAKREF(parent)
|
||||
src.real_location = src.parent
|
||||
|
||||
Reference in New Issue
Block a user