Fixes some boxes starting with the wrong contents and more (#3247)

-fixes #3226
-fixes zipties boxes
-fixes the mounted pulse module using the wrong gun
-fixes ballistic guns icons showing as empty when the round starts
-tweaks the uplink vest to include the matching helmet
This commit is contained in:
Alberyk
2017-08-07 16:53:43 -03:00
committed by Erki
parent 3714736667
commit 0e5d79c13f
5 changed files with 37 additions and 28 deletions

View File

@@ -94,6 +94,8 @@
if(isnull(scoped_accuracy))
scoped_accuracy = accuracy
queue_icon_update()
//Checks whether a given mob can use the gun
//Any checks that shouldn't result in handle_click_empty() being called if they fail should go here.
//Otherwise, if you want handle_click_empty() to be called, check in consume_next_projectile() and return null there.