Advertisement
tjc12821

Untitled

Jul 20th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1.     trigger_imp_event_t( warlock_t* p, int c, bool init = false ) :
  2.       player_event_t( *p, timespan_t::from_millis(1) ), initiator( init ), count( c )//Use original corruption until DBC acts more friendly.
  3.     {
  4.       add_event( rng().range( timespan_t::from_millis( 500 ),
  5.         timespan_t::from_millis( 1500 ) ) );
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement