mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
committed by
Chompstation Bot
parent
ea80be587b
commit
ddbc8874c2
@@ -1283,6 +1283,9 @@ var/mob/dview/dview_mob = new
|
||||
/proc/dview(var/range = world.view, var/center, var/invis_flags = 0)
|
||||
if(!center)
|
||||
return
|
||||
if(!dview_mob) //VOREStation Add: Debugging
|
||||
dview_mob = new
|
||||
log_error("Had to recreate the dview mob!")
|
||||
|
||||
dview_mob.loc = center
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
to_chat(src, "<span class='critical'>Your refactoring is interrupted.</span>")
|
||||
to_chat(blob, "<span class='critical'>Your refactoring is interrupted!</span>")
|
||||
active_regen = FALSE
|
||||
nano_outofblob()
|
||||
nano_outofblob(blob)
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user