eyes of yellow, scales and feathers, tails and teathers, turn the lights off (#22783)

This commit is contained in:
Qwertytoforty
2023-10-29 10:19:57 +00:00
committed by GitHub
parent 9e91f59729
commit c98ca1c9b6
2 changed files with 5 additions and 0 deletions
@@ -346,6 +346,8 @@ Difficulty: Very Hard
. = ..()
if(isturf(target) || isobj(target))
target.ex_act(2)
for(var/obj/machinery/light/L in range(2, src))
L.break_light_tube(0, 1) //No leaving lights floating their as colossus breaks the station
if(isliving(target))
var/mob/living/L = target
if(L.stat == DEAD)
@@ -171,6 +171,9 @@ Difficulty: Medium
if(ismineralturf(t))
var/turf/simulated/mineral/M = t
M.gets_drilled(src)
if(iswallturf(t))
var/turf/simulated/wall/W = t
W.thermitemelt(speed = 1 SECONDS) //Melt that shit DOWN
for(var/mob/living/M in t)
if(faction_check(M.faction, faction, FALSE))
continue