mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Ratvarian Spears are more powerful in melee and less easily turned against Servants (#21324)
* yes, you should be hearing the song in your head * i listened to that song the entire time i was coding this * kind of like a spear * fine
This commit is contained in:
@@ -185,6 +185,7 @@
|
||||
var/obj/item/clockwork/ratvarian_spear/R = new(get_turf(usr))
|
||||
owner.put_in_hands(R)
|
||||
if(!ratvar_awakens)
|
||||
R.clockwork_desc = "A powerful spear of Ratvarian making. It's more effective against enemy cultists and silicons, though it won't last for long."
|
||||
owner << "<span class='warning'>Your spear begins to break down in this plane of existence. You can't use it for long!</span>"
|
||||
addtimer(R, "break_spear", base_cooldown, FALSE)
|
||||
cooldown = base_cooldown + world.time
|
||||
|
||||
Reference in New Issue
Block a user