mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Temporary pod changes
Conflicts: maps/tgstation.2.1.0.0.1.dmm
This commit is contained in:
@@ -138,6 +138,14 @@ var/global/datum/controller/gameticker/ticker
|
||||
//Deleting Startpoints but we need the ai point to AI-ize people later
|
||||
if (S.name != "AI")
|
||||
del(S)
|
||||
var/list/obj/effect/landmark/spacepod/L = list()
|
||||
for(var/obj/effect/landmark/spacepod in landmarks_list)
|
||||
if(istype(spacepod))
|
||||
L += spacepod
|
||||
var/obj/effect/landmark/spacepod/S = pick(L)
|
||||
new /obj/spacepod/random(S.loc)
|
||||
for(var/obj in L)
|
||||
del(obj)
|
||||
world << "<FONT color='blue'><B>Enjoy the game!</B></FONT>"
|
||||
world << sound('sound/AI/welcome.ogg') // Skie
|
||||
//Holiday Round-start stuff ~Carn
|
||||
|
||||
Reference in New Issue
Block a user