mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Various upstream related fixes
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
break
|
||||
|
||||
spawning_amount++
|
||||
user.mind.adjust_experience(/datum/skill/production, 5) //SKYRAT EDIT
|
||||
user.mind?.adjust_experience(/datum/skill/production, 5) //SKYRAT EDIT
|
||||
|
||||
else
|
||||
if(!do_after(user, loom_time * skill_modifier, target)) //SKYRAT EDIT
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
qdel(source)
|
||||
spawning_amount++
|
||||
user.mind.adjust_experience(/datum/skill/production, 5) //SKYRAT EDIT
|
||||
user.mind?.adjust_experience(/datum/skill/production, 5) //SKYRAT EDIT
|
||||
|
||||
if(spawning_amount == 0)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user