Update immovable_rod.dm

This commit is contained in:
silicons
2020-08-07 00:36:04 -07:00
committed by GitHub
parent c664279e74
commit e1e9b77b07

View File

@@ -42,6 +42,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
name = "immovable rod" name = "immovable rod"
desc = "What the fuck is that?" desc = "What the fuck is that?"
icon = 'icons/obj/objects.dmi' icon = 'icons/obj/objects.dmi'
movement_type = FLOATING
icon_state = "immrod" icon_state = "immrod"
throwforce = 100 throwforce = 100
move_force = INFINITY move_force = INFINITY