Cuts out for now unnecessary parts, to allow merge of functional code.

This commit is contained in:
PsiOmega
2015-04-01 12:51:02 +02:00
parent 56a8195d1c
commit cf45daa66c
6 changed files with 0 additions and 148 deletions
-23
View File
@@ -11,26 +11,3 @@
/mob/eye/maskEye/New()
..()
visualnet = cultnet
/mob/living/simple_animal/shade/narsie/New()
..()
sanity_check_eye()
/mob/living/simple_animal/shade/narsie/Del()
del(eyeobj)
..()
/mob/living/simple_animal/shade/narsie/verb/center_on_self()
set category = "Mask of Nar-Sie"
set name = "Center on Self"
sanity_check_eye()
for(var/datum/chunk/c in eyeobj.visibleChunks)
c.remove(eyeobj)
eyeobj.setLoc(src)
/mob/living/simple_animal/shade/narsie/proc/sanity_check_eye()
if(!eyeobj)
eyeobj = new /mob/eye/maskEye()
eyeobj.owner = src
eyeobj.setLoc(src)