mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes issue with emagged borgs not being able to recharge antag abilities
This commit is contained in:
@@ -130,9 +130,9 @@
|
||||
if(R.module.emag)
|
||||
if(istype(R.module.emag, /obj/item/weapon/reagent_containers/spray))
|
||||
var/obj/item/weapon/reagent_containers/spray/S = R.module.emag
|
||||
if(S.name == "Polyacid spray")
|
||||
if(S.name == "polyacid spray")
|
||||
S.reagents.add_reagent("pacid", 2)
|
||||
else if(S.name == "Lube spray")
|
||||
else if(S.name == "lube spray")
|
||||
S.reagents.add_reagent("lube", 2)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user