Merge pull request #9324 from Linzolle/crusher

Ports "Adds toggleable light and blinking charging light to crusher" and "Lets the kinetic crusher be one-hand carried"
This commit is contained in:
kevinz000
2019-10-10 02:23:15 -07:00
committed by GitHub
9 changed files with 64 additions and 32 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
if(!wielded || !user)
return
wielded = 0
if(force_unwielded)
if(!isnull(force_unwielded))
force = force_unwielded
var/sf = findtext(name," (Wielded)")
if(sf)