mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user