Temporary removal of NIFs :c

This commit is contained in:
Jon
2018-12-10 00:07:39 +00:00
parent 6e0d5877b8
commit 13fa795f16
37 changed files with 179 additions and 114 deletions
+2 -1
View File
@@ -119,10 +119,11 @@ obj/var/phoronproof = 0
if(burn_eyes && head && (head.body_parts_covered & EYES) && (head.item_flags & AIRTIGHT))
burn_eyes = 0
/* //Chompstation Edit: Removing NIFs - Jon
//VOREStation Edit - NIF Support
if(nif && nif.flag_check(NIF_V_UVFILTER,NIF_FLAGS_VISION))
burn_eyes = 0
*/
//If we still need to, burn their eyes
if(burn_eyes)
burn_eyes()