mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Bugfix: Wizards will now longer spray or shoot themselves with whatever they're holding when they cast spells.
Changes:
◦ Vanilla mulebots move slightly faster, hacked mulebots will move even faster!
◦ Changed the description of carp.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2314 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
return //we're placing gun on a table or in backpack --rastaf0
|
||||
if(istype(target, /obj/machinery/recharger) && istype(src, /obj/item/weapon/gun/energy))
|
||||
return
|
||||
if(istype(target, /obj/proc_holder/spell))
|
||||
return
|
||||
if(istype(user, /mob/living))
|
||||
var/mob/living/M = user
|
||||
if ((M.mutations & CLOWN) && prob(50))
|
||||
|
||||
Reference in New Issue
Block a user