The joy of making an error in a webedit.

This commit is contained in:
Useroth
2019-06-14 13:05:36 +02:00
committed by GitHub
parent bd35b8696c
commit ec1ff9ada3
@@ -60,7 +60,7 @@ It is possible to destroy the net by the occupant or someone else.
H.dropItemToGround(W)
var/datum/antagonist/antag_datum
for(var/datum/antagonist/ninja/AD in GLOB.antagonists) /Because only ninjas get capture objectives; They're not doable without the suit.
for(var/datum/antagonist/ninja/AD in GLOB.antagonists) //Because only ninjas get capture objectives; They're not doable without the suit.
if(AD.owner == master)
antag_datum = AD
break