mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
-Fixed blood vomiting not hurting you.
-Removed an unneeded fingerprint proc. -Fixed some of the blood/vomit/gibs spills not correctly processing. -Reduced the life of a virus with no mob host. -You can now tell how a virus spreads by the Pandemic. -Made making vaccines quicker and making blood virals quicker too. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5232 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1040,9 +1040,8 @@
|
||||
set category = "IC"
|
||||
set src = usr
|
||||
|
||||
if(module_active)
|
||||
var/obj/item/W = get_active_hand()
|
||||
if (W)
|
||||
W.attack_self(src)
|
||||
|
||||
var/obj/item/W = module_active
|
||||
if (W)
|
||||
W.attack_self(src)
|
||||
return
|
||||
Reference in New Issue
Block a user