Added more sanity checks to the gun code.

This commit is contained in:
SkyMarshal
2012-03-01 22:15:03 -07:00
parent fd1a3bd6b8
commit ee9146cda4
4 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ atom/proc/add_fibers(mob/living/carbon/human/M)
if(!suit_fibers.len) del suit_fibers
atom/proc/get_duplicate(var/atom/location)
var/atom/temp_atom = new src.type(location)
var/atom/movable/temp_atom = new /atom/movable(location)
temp_atom.name = src.name
temp_atom.desc = src.desc
temp_atom.icon = src.icon