mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Adds explosion particles! (#25410)
* Adds explosion particles * Adds back the smoke explosion system * Removes whitespace * Fixes CI * Adds TGMC explosion * Fixes explosions, removes smoke explosions * More particle tweaks * Removes a random extra kickup * Fixes CI by properly removing kickups
This commit is contained in:
@@ -317,11 +317,11 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
|
||||
spawn(det_time)
|
||||
if(primed)
|
||||
if(quality == GIBTONITE_QUALITY_HIGH)
|
||||
explosion(src.loc,2,4,9,adminlog = notify_admins)
|
||||
explosion(loc, 2, 4, 9, adminlog = notify_admins)
|
||||
if(quality == GIBTONITE_QUALITY_MEDIUM)
|
||||
explosion(src.loc,1,2,5,adminlog = notify_admins)
|
||||
explosion(loc, 1, 2, 5, adminlog = notify_admins)
|
||||
if(quality == GIBTONITE_QUALITY_LOW)
|
||||
explosion(src.loc,-1,1,3,adminlog = notify_admins)
|
||||
explosion(loc, -1, 1, 3, adminlog = notify_admins)
|
||||
qdel(src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user