mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
TG: Changed alien disarm intent on humans from weaken(rand(15,20)) to
weaken(rand(10,15)) . Revision: r3119 Author: ryantenn...@yahoo.com
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
var/randn = rand(1, 100)
|
||||
if (randn <= 90)
|
||||
playsound(loc, 'pierce.ogg', 25, 1, -1)
|
||||
Weaken(rand(15,20))
|
||||
Weaken(rand(10,15))
|
||||
for(var/mob/O in viewers(src, null))
|
||||
if ((O.client && !( O.blinded )))
|
||||
O.show_message(text("\red <B>[] has tackled down []!</B>", M, src), 1)
|
||||
|
||||
Reference in New Issue
Block a user