Fixes being able to put lit welders in backpacks

This commit is contained in:
mwerezak
2014-12-24 00:18:52 -05:00
parent c82bbd0d29
commit d36f465647

View File

@@ -334,6 +334,7 @@
src.force = 15
src.damtype = "fire"
src.icon_state = "welder1"
src.w_class = 4
processing_objects.Add(src)
else
usr << "\blue Need more fuel!"
@@ -348,6 +349,7 @@
src.damtype = "brute"
src.icon_state = "welder"
src.welding = 0
src.w_class = initial(src.w_class)
//Decides whether or not to damage a player's eyes based on what they're wearing as protection
//Note: This should probably be moved to mob