Update action.dm (#11521)

This commit is contained in:
kevinz000
2020-03-18 11:44:33 -07:00
committed by GitHub
parent 6b5bc5f45d
commit 6758761a65
+2 -1
View File
@@ -676,7 +676,8 @@
//Preset for general and toggled actions
/datum/action/innate
check_flags = 0
check_flags = NONE
required_mobility_flags = NONE
var/active = 0
/datum/action/innate/Trigger()