Merge pull request #6865 from Citadel-Station-13/upstream-merge-38000

[MIRROR] Removes a couple thousand empty lists
This commit is contained in:
LetterJay
2018-05-25 02:37:18 -05:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@
if(specialfunctions & SHOCK)
if(D.secondsElectrified)
D.secondsElectrified = -1
D.shockedby += "\[[time_stamp()]\][usr](ckey:[usr.ckey])"
LAZYADD(D.shockedby, "\[[time_stamp()]\][usr](ckey:[usr.ckey])")
add_logs(usr, D, "electrified")
else
D.secondsElectrified = 0