mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Conflict Resolution
This commit is contained in:
@@ -1549,9 +1549,6 @@ var/mob/dview/dview_mob = new
|
||||
/proc/IsValidSrc(datum/D)
|
||||
if(istype(D))
|
||||
return !QDELETED(D)
|
||||
<<<<<<< HEAD
|
||||
return FALSE
|
||||
=======
|
||||
return FALSE
|
||||
|
||||
//gives us the stack trace from CRASH() without ending the current proc.
|
||||
@@ -1574,4 +1571,3 @@ var/mob/dview/dview_mob = new
|
||||
else
|
||||
return "\[[url_encode(thing.tag)]\]"
|
||||
return "\ref[input]"
|
||||
>>>>>>> 6a2cd30... Replaces AI-controlled Maint Drones with AI-controlled Borg Shells (#6025)
|
||||
|
||||
Reference in New Issue
Block a user