Skip to content

Commit

Permalink
hint added
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent dc17976 commit 42d33fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/spawners/lootdrop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
/obj/effect/spawner/lootdrop/proc/startup_procedure(mapload, block_tier_swap, survived_snap)
adjust_tier(block_tier_swap)
if(cull_spawners(mapload, block_tier_swap, survived_snap))
return
return INITIALIZE_HINT_NORMAL
if(delay_spawn) // you have *checks watch* until the end of this frame to spawn the stuff. Otherwise it'll look wierd
RegisterSignal(src, COMSIG_ATOM_POST_ADMIN_SPAWN, .proc/spawn_the_stuff)
return // have fun!
return INITIALIZE_HINT_NORMAL // have fun!
spawn_the_stuff() // lov dan
return INITIALIZE_HINT_QDEL

Expand Down

0 comments on commit 42d33fa

Please sign in to comment.