Fixes Emaggery

You can re-emag the vendor if either the access || contraband restrictions were fixed.
This commit is contained in:
KasparoVy
2020-04-18 16:29:21 -04:00
parent 1d8315c8d9
commit 33f39eccce
+1 -1
View File
@@ -234,7 +234,7 @@
return
/obj/machinery/vending/nifsoft_shop/emag_act(remaining_charges, mob/user) //Yeees, YEEES! Give me that black market tech.
if(!emagged)
if(!emagged || !(categories & CAT_HIDDEN))
emagged = 1
categories |= CAT_HIDDEN
to_chat(user, "You short out [src]'s access lock & stock restrictions.")