ID:139261
 
Code:snipe(m as mob in world)
src.ouch(5)
world << "[usr] snipes [m] with deaduly firearms "



Problem description:the usr of weapon takes damage instead of the mob i also tried turning src to usr but it still does damage to self, i was targeting something else as well

m.ouch(5)
In response to CauTi0N
code.dm:33:error: m.ouch: undefined proc