mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Make actually work, grgrgr.
This commit is contained in:
@@ -63,11 +63,8 @@
|
||||
var/light_amount = 0
|
||||
var/turf/T = get_turf(src)
|
||||
var/area/A = T.loc
|
||||
var/ischapel = 0
|
||||
|
||||
if(A)
|
||||
if(A.name == "Chapel")
|
||||
ischapel = 1
|
||||
if(A.lighting_use_dynamic)
|
||||
light_amount = T.lighting_lumcount
|
||||
else
|
||||
@@ -77,10 +74,6 @@
|
||||
M << "<span class='warning'>It's too bright here to use [src.name]!</span>"
|
||||
return 0
|
||||
|
||||
if(!ischapel)
|
||||
return 0
|
||||
|
||||
|
||||
//mobs in range check
|
||||
var/users_in_range = 0
|
||||
for(var/mob/living/L in orange(1,src))
|
||||
|
||||
Reference in New Issue
Block a user