mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Fixes syndieborg spawner
This commit is contained in:
committed by
CitadelStationBot
parent
a3a87bdb3f
commit
18c01d88c5
@@ -127,7 +127,7 @@
|
|||||||
return
|
return
|
||||||
used = TRUE
|
used = TRUE
|
||||||
var/mob/dead/observer/theghost = pick(nuke_candidates)
|
var/mob/dead/observer/theghost = pick(nuke_candidates)
|
||||||
spawn_antag(theghost.client, get_turf(src), "syndieborg")
|
spawn_antag(theghost.client, get_turf(src), "syndieborg", user)
|
||||||
do_sparks(4, TRUE, src)
|
do_sparks(4, TRUE, src)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user