mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Sanity Check
This commit is contained in:
@@ -49,6 +49,9 @@
|
|||||||
if (!( target ))
|
if (!( target ))
|
||||||
qdel(src)
|
qdel(src)
|
||||||
return
|
return
|
||||||
|
if (istype(target, /obj/structure/portal_subtle))
|
||||||
|
src.icon_state = "portal1"
|
||||||
|
return
|
||||||
if (istype(M, /atom/movable))
|
if (istype(M, /atom/movable))
|
||||||
if(prob(failchance)) //oh dear a problem, put em in deep space
|
if(prob(failchance)) //oh dear a problem, put em in deep space
|
||||||
src.icon_state = "portal1"
|
src.icon_state = "portal1"
|
||||||
|
|||||||
Reference in New Issue
Block a user