mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Port OD Pragma Lints (#17171)
* Experimental: Port OD Pragma Lints
* first pass: Includes icon forge fixes/updates
* 2nd pass
* third pass
* debug_ai: This what you're unhappy with?
* Revert "debug_ai: This what you're unhappy with?"
This reverts commit bc178792e6.
* How about this
* Or is it the else?
* Pass summer
---------
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
/spell/area_teleport/cast(area/thearea, mob/user)
|
||||
if(!istype(thearea))
|
||||
if(istype(thearea, /list))
|
||||
thearea = thearea[1]
|
||||
var/list/area_list = thearea
|
||||
thearea = area_list[1]
|
||||
var/list/L = list()
|
||||
for(var/turf/T in get_area_turfs(thearea.type))
|
||||
if(!T.density)
|
||||
|
||||
Reference in New Issue
Block a user