mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 19:11:22 +00:00
cakehat really shouldn't be able to kill me in 7 hits, nerfed
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1084 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -79,14 +79,14 @@ THERMAL GLASSES
|
||||
if(status > 1) return
|
||||
src.onfire = !( src.onfire )
|
||||
if (src.onfire)
|
||||
src.force = 15
|
||||
src.force = 3
|
||||
src.damtype = "fire"
|
||||
src.icon_state = "cake1"
|
||||
|
||||
processing_items.Add(src)
|
||||
|
||||
else
|
||||
src.force = 3
|
||||
src.force = null
|
||||
src.damtype = "brute"
|
||||
src.icon_state = "cake0"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user