Skip to content

Commit

Permalink
Add runtime to required map items.
Browse files Browse the repository at this point in the history
  • Loading branch information
Coll6 committed Jan 5, 2025
1 parent aceeef3 commit ff6620b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/basic/pets/cat/runtime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

/mob/living/basic/pet/cat/runtime/Initialize(mapload)
. = ..()
REGISTER_REQUIRED_MAP_ITEM(1, 1)
register_family = CALLBACK(src, PROC_REF(Write_Memory))
SSticker.OnRoundend(register_family)
if(mapload)
Expand Down

0 comments on commit ff6620b

Please sign in to comment.