Move throwforce up to atom/movable (#38689)

This commit is contained in:
Tad Hardesty
2018-06-26 15:27:09 -05:00
committed by letterjay
parent 0029919b80
commit 83a4003660
4 changed files with 3 additions and 8 deletions
-1
View File
@@ -2,7 +2,6 @@
/obj
var/crit_fail = FALSE
animate_movement = 2
var/throwforce = 0
var/obj_flags = CAN_BE_HIT
var/set_obj_flags // ONLY FOR MAPPING: Sets flags from a string list, handled in Initialize. Usage: set_obj_flags = "EMAGGED;!CAN_BE_HIT" to set EMAGGED and clear CAN_BE_HIT.