mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Bug Fixes (#2282)
Fixes #2125 Fixes #2048 Fixes #1690 Fixes #1689 Fixes #1667 Fixes #1089 Fixes #1971 Fixes #1848 Fixes #1190 Fixes #2139 Fixes #2111
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
if(istype(W, /obj/item/weapon/weldingtool))
|
||||
playsound(loc, 'sound/items/Welder.ogg', 100, 1)
|
||||
if("brute")
|
||||
if(prob(30))
|
||||
if(prob(30) && !issilicon(user))
|
||||
visible_message("<span class='danger'>\The [W] gets caught in the gelatinous folds of \the [src]</span>")
|
||||
user.drop_from_inventory(W)
|
||||
W.forceMove(src.loc)
|
||||
|
||||
Reference in New Issue
Block a user