Remove bottled lightning touch_turf() (#7238)

This was a bad idea from the start. Using this chemical with smokes creates a lot of tesla bolts that either kills everything in its path or just crashes the server.
This commit is contained in:
Alberyk
2019-10-26 08:14:36 -03:00
committed by Erki
parent 46706d620d
commit 4d271cd6a8

View File

@@ -826,7 +826,3 @@
/datum/reagent/bottle_lightning/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
if(prob(25))
tesla_zap(M, 6, 1500)
/datum/reagent/bottle_lightning/touch_turf(var/turf/T)
if(volume >= 5)
tesla_zap(T, 6, 1500)