[MIRROR] Gamer quirk [MDB IGNORE] (#10969)

* Gamer quirk

* I hate conflicts

Co-authored-by: Ron <flavivs.clavdivs.jvlianvs@gmail.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-24 20:32:27 +00:00
committed by GitHub
co-authored by Ron GoldenAlpharex
parent 61f262869f
commit 49311960ad
12 changed files with 171 additions and 2 deletions
@@ -35,6 +35,7 @@
computer.update_appearance()
ticket_count += 1
user?.mind?.adjust_experience(/datum/skill/gaming, 50)
usr.won_game()
sleep(10)
else if(player_hp <= 0 || player_mp <= 0)
heads_up = "You have been defeated... how will the station survive?"
@@ -44,6 +45,7 @@
if(istype(computer))
computer.update_appearance()
user?.mind?.adjust_experience(/datum/skill/gaming, 10)
usr.lost_game()
sleep(10)
/datum/computer_file/program/arcade/proc/enemy_check(mob/user)
@@ -100,6 +102,8 @@
if(computer)
printer = computer.all_components[MC_PRINT]
usr.played_game()
var/gamerSkillLevel = 0
var/gamerSkill = 0
if(usr?.mind)