Update energy_net_nets.dm
This commit is contained in:
@@ -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/AD in GLOB.antagonists)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user