Removes mention of the halogen counter (#8311)

This commit is contained in:
mikomyazaki
2020-02-19 18:45:30 +01:00
committed by GitHub
parent 6eb7ad2a91
commit c40e9530e5
3 changed files with 6 additions and 8 deletions
@@ -744,11 +744,6 @@ var/global/list/obj/item/device/pda/PDAs = list()
scanmode = 0
else if((!isnull(cartridge)) && (cartridge.access_reagent_scanner))
scanmode = 3
if("Halogen Counter")
if(scanmode == 4)
scanmode = 0
else if((!isnull(cartridge)) && (cartridge.access_engine))
scanmode = 4
if("Honk")
if ( !(last_honk && world.time < last_honk + 20) )
playsound(loc, 'sound/items/bikehorn.ogg', 50, 1)