mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
eyes of yellow, scales and feathers, tails and teathers, turn the lights off (#22783)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user