mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #10450 from GinjaNinja32/syndicate-beacon
Fix inverted arguments in syndicate beacon self-destruct
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
/obj/machinery/syndicate_beacon/proc/selfdestruct()
|
/obj/machinery/syndicate_beacon/proc/selfdestruct()
|
||||||
selfdestructing = 1
|
selfdestructing = 1
|
||||||
spawn() explosion(src.loc, rand(3,8), rand(1,3), 1, 10)
|
spawn() explosion(src.loc, 1, rand(1,3), rand(3,8), 10)
|
||||||
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
//Singularity beacon
|
//Singularity beacon
|
||||||
|
|||||||
Reference in New Issue
Block a user