Paste #8352: Untitled Paste

Date: 2014/08/13 12:58:43 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


dmg: 
      type: task  
      debug: true 
      script:  
      - foreach %hit_entities% { 
        - if <def[value].has_effect[NIGHT_VISION]> {  
          - hurt %value% 30
          }  
        }