mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Cuts out for now unnecessary parts, to allow merge of functional code.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user