mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 23:16:21 +01:00
Temporary removal of NIFs :c
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user