Gamer quirk (#64277)

Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
Ron
2022-01-24 14:56:57 -05:00
committed by GitHub
parent b58eb07f80
commit 7a214d187a
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)