diff --git a/code/game/gamemodes/meteor/meteor.dm b/code/game/gamemodes/meteor/meteor.dm index 74e63797ee9..05f308cd123 100644 --- a/code/game/gamemodes/meteor/meteor.dm +++ b/code/game/gamemodes/meteor/meteor.dm @@ -19,6 +19,7 @@ send_intercept() spawn(meteordelay) nometeors = 0 + ..() /datum/game_mode/meteor/process() diff --git a/code/unused/gamemodes/ctf.dm b/code/unused/gamemodes/ctf.dm index 83dcd12ccd7..8a957b9a325 100644 --- a/code/unused/gamemodes/ctf.dm +++ b/code/unused/gamemodes/ctf.dm @@ -136,5 +136,6 @@ new /obj/machinery/green_injector(L.loc) else world << "No green team injector spawn point detected" + ..() */ \ No newline at end of file diff --git a/code/unused/gamemodes/deathmatch.dm b/code/unused/gamemodes/deathmatch.dm index a261be8659c..662a96a58b7 100644 --- a/code/unused/gamemodes/deathmatch.dm +++ b/code/unused/gamemodes/deathmatch.dm @@ -60,6 +60,7 @@ W.assignment = "Death Commando" W.registered = newname M.equip_if_possible(W, M.slot_wear_id) + ..() check_win() return 1 diff --git a/code/unused/gamemodes/restructuring.dm b/code/unused/gamemodes/restructuring.dm index f81a886bed1..eff8acb7248 100644 --- a/code/unused/gamemodes/restructuring.dm +++ b/code/unused/gamemodes/restructuring.dm @@ -15,6 +15,7 @@ mobs = get_mob_list() spawn (120) pick_target() + ..() /datum/game_mode/restructuring/proc/pick_target(who) var/mob/target diff --git a/code/unused/gamemodes/ruby.dm b/code/unused/gamemodes/ruby.dm index b1e01953cd7..65e6bfe42f7 100644 --- a/code/unused/gamemodes/ruby.dm +++ b/code/unused/gamemodes/ruby.dm @@ -40,6 +40,7 @@ del(A) continue */ + ..() /datum/game_mode/ruby/check_finished() if(!macguffin || abominationwins)