mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
ruin fun (#31777)
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
connected_button.name = name
|
connected_button.name = name
|
||||||
charge_counter = charge_max
|
charge_counter = charge_max
|
||||||
user.overlays -= chargeoverlay
|
user.overlays -= chargeoverlay
|
||||||
if((zapzap != multicast) && (zapzap != 0)) //partial cast
|
if((zapzap != multicast) && (zapzap > 0)) //partial cast
|
||||||
take_charge(holder, 0)
|
take_charge(holder, 0)
|
||||||
zapzap = 0
|
zapzap = 0
|
||||||
return 1
|
return 1
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
if (user.is_pacified(VIOLENCE_DEFAULT,L))
|
if (user.is_pacified(VIOLENCE_DEFAULT,L))
|
||||||
return
|
return
|
||||||
zapzap--
|
zapzap--
|
||||||
if(zapzap)
|
if(zapzap > 0)
|
||||||
to_chat(user, "<span class='info'>You can throw lightning [zapzap] more time\s</span>")
|
to_chat(user, "<span class='info'>You can throw lightning [zapzap] more time\s</span>")
|
||||||
. = 1
|
. = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user