mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Fixed minor typos and more use of new proc
Removed previously added ling logging proc, replaced with new one Fixed some language Fixed help and grab intent logging when you do it to yourself
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
return
|
||||
|
||||
if((M != src) && check_shields(0, M.name))
|
||||
add_logs(M, src, "attenmped to touch")
|
||||
add_logs(M, src, "attempted to touch")
|
||||
visible_message("<span class='warning'>[M] attempted to touch [src]!</span>")
|
||||
return 0
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
if("help")
|
||||
if(health >= 0)
|
||||
help_shake_act(M)
|
||||
add_logs(M, src, "shaked")
|
||||
if(src != M)
|
||||
add_logs(M, src, "shaked")
|
||||
return 1
|
||||
|
||||
//CPR
|
||||
@@ -36,10 +37,11 @@
|
||||
src << "<span class='unconscious'>You feel a breath of fresh air enter your lungs. It feels good.</span>"
|
||||
|
||||
if("grab")
|
||||
add_logs(M, src, "grabbed", addition="passively")
|
||||
|
||||
if(M == src || anchored)
|
||||
return 0
|
||||
|
||||
add_logs(M, src, "grabbed", addition="passively")
|
||||
|
||||
if(w_uniform)
|
||||
w_uniform.add_fingerprint(M)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user