mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Removing some half-finished bullshit that makes throwing things ULTRA DEADLY.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3798 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -107,6 +107,8 @@
|
||||
var/mob/living/M = hit_atom
|
||||
M.visible_message("\red [hit_atom] has been hit by [src].")
|
||||
|
||||
/* // fuck this shit, love, Doohl
|
||||
|
||||
if(!istype(src, /obj/item)) // this is a big item that's being thrown at them~
|
||||
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
@@ -124,6 +126,10 @@
|
||||
else if(src.vars.Find("throwforce"))
|
||||
M.take_organ_damage(src:throwforce)
|
||||
|
||||
*/
|
||||
|
||||
M.take_organ_damage(src:throwforce)
|
||||
|
||||
|
||||
else if(isobj(hit_atom))
|
||||
var/obj/O = hit_atom
|
||||
|
||||
Reference in New Issue
Block a user