mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Lag War Day 5: Hard Dels and Status Displays (#21888)
- status displays no longer delete 50 overlays a second - fauna spawners no longer cause carp harddels - ammo piles and rocket launchers no longer cause harddels
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
var/max_rockets = 1
|
||||
var/list/rockets = new/list()
|
||||
|
||||
/obj/item/gun/launcher/rocket/Destroy()
|
||||
QDEL_LIST(rockets)
|
||||
return ..()
|
||||
|
||||
/obj/item/gun/launcher/rocket/feedback_hints(mob/user, distance, is_adjacent)
|
||||
. += ..()
|
||||
if(is_adjacent)
|
||||
|
||||
Reference in New Issue
Block a user