mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Adds Digital Headpats (#31347)
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
#define SPAN_REVENNOTICE(str) ("<span class='revennotice'>" + str + "</span>")
|
||||
#define SPAN_REVENWARNING(str) ("<span class='revenwarning'>" + str + "</span>")
|
||||
#define SPAN_ROBOT(str) ("<span class='robot'>" + str + "</span>")
|
||||
#define SPAN_ROBOTEMOTE(str) ("<span class='robotemote'>" + str + "</span>")
|
||||
#define SPAN_ROSE(str) ("<span class='rose'>" + str + "</span>")
|
||||
#define SPAN_SANS(str) ("<span class='sans'>" + str + "</span>")
|
||||
#define SPAN_SCIRADIO(str) ("<span class='sciradio'>" + str + "</span>")
|
||||
|
||||
@@ -33,6 +33,11 @@
|
||||
adjustBruteLoss(damage)
|
||||
return
|
||||
|
||||
/mob/living/silicon/robot/attack_ai(mob/user)
|
||||
if(user.a_intent == INTENT_HELP)
|
||||
to_chat(src, SPAN_ROBOTEMOTE("[user] gives you a digital headpat."))
|
||||
to_chat(user, SPAN_ROBOTEMOTE("You give [src] a digital headpat."))
|
||||
|
||||
/mob/living/silicon/robot/attack_hand(mob/living/carbon/human/user)
|
||||
add_fingerprint(user)
|
||||
|
||||
|
||||
@@ -92,6 +92,14 @@ h2.alert {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.robotemote {
|
||||
font-family: 'OCR-A', monospace;
|
||||
font-size: 1.15em;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
color: #6685f5;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user